aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ipkg-utils
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-07 23:09:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-07 23:09:07 +0000
commitdb115b253784ae769abd99f8cbd659ff50e884fc (patch)
tree1b4a26b6bf1e13403620f9e64b37b9535fa01125 /packages/ipkg-utils
parent4b1a478eee9aa26770c6a2a7d68daf8d6cf21fae (diff)
downloadopenembedded-db115b253784ae769abd99f8cbd659ff50e884fc.tar.gz
ipkg-utils: Correct the dependencies and specifically set PACKAGES = for ipkg-utils-native.
Diffstat (limited to 'packages/ipkg-utils')
-rw-r--r--packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb4
-rw-r--r--packages/ipkg-utils/ipkg-utils_1.6cvs.bb1
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb b/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb
index 2506dbab62..cd24007f02 100644
--- a/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb
+++ b/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb
@@ -2,7 +2,9 @@ SECTION = "base"
include ipkg-utils_${PV}.bb
PR = "r4"
inherit native
-DEPENDS = ""
+RDEPENDS = "python-native"
+# Avoid circular dependencies from package_ipk.bbclass
+PACKAGES = ""
do_stage() {
for i in ${INSTALL}; do
diff --git a/packages/ipkg-utils/ipkg-utils_1.6cvs.bb b/packages/ipkg-utils/ipkg-utils_1.6cvs.bb
index 059ce8cb58..e315c82264 100644
--- a/packages/ipkg-utils/ipkg-utils_1.6cvs.bb
+++ b/packages/ipkg-utils/ipkg-utils_1.6cvs.bb
@@ -1,5 +1,4 @@
DESCRIPTION = "Itsy Package Manager utilities"
-DEPENDS = ""
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"