ipkg-utils: Correct the dependencies and specifically set PACKAGES = for ipkg-utils...
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 7 Jan 2006 23:09:07 +0000 (23:09 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 7 Jan 2006 23:09:07 +0000 (23:09 +0000)
packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb
packages/ipkg-utils/ipkg-utils_1.6cvs.bb

index 2506dba..cd24007 100644 (file)
@@ -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
index 059ce8c..e315c82 100644 (file)
@@ -1,5 +1,4 @@
 DESCRIPTION = "Itsy Package Manager utilities"
-DEPENDS = ""
 SECTION = "base"
 PRIORITY = "optional"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"