aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-06-10 22:37:16 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-06-10 22:37:16 +0000
commitf12bd6e823580a330ebefdfc5b80b662d540a155 (patch)
treec8e4d37a44f00bcaa734b8e8cd82b2b707b2bb6e /classes
parentc8ea0e64ba3f162554235190ebad8db6fd4bdb5a (diff)
parent03e9eca55c12eec52c8b9888d103a8d2dd2b1c86 (diff)
downloadopenembedded-f12bd6e823580a330ebefdfc5b80b662d540a155.tar.gz
merge of '1eb1e872a6abb77435533ba52aa27b94003eb434'
and 'c8599288dc49a072fdecb653b73e7451328d26de'
Diffstat (limited to 'classes')
-rw-r--r--classes/rootfs_ipk.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass
index 26eca34da9..210563aed1 100644
--- a/classes/rootfs_ipk.bbclass
+++ b/classes/rootfs_ipk.bbclass
@@ -7,10 +7,11 @@
do_rootfs[depends] += "ipkg-native:do_populate_staging ipkg-utils-native:do_populate_staging"
-IPKG_ARGS = "-f ${T}/ipkg.conf -o ${IMAGE_ROOTFS}"
+IPKG_ARGS = "-f ${T}/ipkg.conf -o ${IMAGE_ROOTFS} ${@base_conditional("PACKAGE_INSTALL_NO_DEPS", "1", "-nodeps", "", d)}"
RDEPENDS += "ipkg ipkg-collateral"
PACKAGE_INSTALL += "ipkg ipkg-collateral"
+PACKAGE_INSTALL_NO_DEPS ?= "0"
rootfs_ipk_do_indexes () {
set -x