use --force-run-hooks for host opkg install

SVN-Revision: 22973
This commit is contained in:
Jo-Philipp Wich 2010-09-07 21:22:07 +00:00
parent 7b30b70e11
commit 2c59d54a43

View File

@ -60,7 +60,8 @@ OPKG:= \
$(STAGING_DIR_HOST)/bin/opkg \
-f $(TOPDIR)/tmp/opkg.conf \
--force-depends \
--force-overwrite
--force-overwrite \
--force-run-hooks
define Profile
$(eval $(call Profile/Default))