opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install

SVN-Revision: 22960
This commit is contained in:
Jo-Philipp Wich
2010-09-06 19:58:05 +00:00
parent 72d4242263
commit b1edd2ac6e
3 changed files with 71 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ OPKG:= \
$(STAGING_DIR_HOST)/bin/opkg \
-f $(STAGING_DIR)/etc/opkg.conf \
--force-depends \
--force-overwrite
--force-overwrite \
--force-run-hooks
# invoke ipkg-build with some default options
IPKG_BUILD:= \