mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-30 17:03:31 +08:00
efl/libevas: remove examples source code from target filesystem
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7778a20102
commit
fee5783d17
@ -203,5 +203,13 @@ else
|
||||
LIBEVAS_CONF_OPT += --disable-font-loader-eet
|
||||
endif
|
||||
|
||||
# libevas installs the source code of examples on the target, which
|
||||
# are generally not useful.
|
||||
define LIBEVAS_REMOVE_EXAMPLES
|
||||
rm -rf $(TARGET_DIR)/usr/share/evas/examples/
|
||||
endef
|
||||
|
||||
LIBEVAS_POST_INSTALL_TARGET_HOOKS += LIBEVAS_REMOVE_EXAMPLES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user