haserl: don't install unneeded examples for 0.8.0 to target
This commit is contained in:
parent
f8d87727a3
commit
223df3f26f
@ -12,7 +12,6 @@ HASERL_AUTORECONF:=no
|
||||
HASERL_INSTALL_STAGING:=NO
|
||||
HASERL_INSTALL_TARGET:=YES
|
||||
HASERL_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) STRIPPROG='$(STRIPCMD)' install-strip
|
||||
HASERL_UNINSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) uninstall
|
||||
|
||||
# force haserl 0.8.0 to use install-sh so stripping works
|
||||
HASERL_CONF_ENV = ac_cv_path_install=./install-sh
|
||||
@ -20,3 +19,8 @@ HASERL_CONF_ENV = ac_cv_path_install=./install-sh
|
||||
HASERL_DEPENDENCIES:=uclibc
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,haserl))
|
||||
|
||||
# haserl 0.8.0 installs unneeded examples to /usr/share/haserl - remove them
|
||||
$(HASERL_HOOK_POST_INSTALL): $(HASERL_TARGET_INSTALL_TARGET)
|
||||
rm -rf $(TARGET_DIR)/usr/share/haserl
|
||||
touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user