From: Richard Purdie Date: Sat, 7 Jan 2006 23:09:07 +0000 (+0000) Subject: ipkg-utils: Correct the dependencies and specifically set PACKAGES = for ipkg-utils... X-Git-Tag: Release-2010-05/1~9453^2~2707^2^2~11^2^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db115b253784ae769abd99f8cbd659ff50e884fc;p=openembedded.git ipkg-utils: Correct the dependencies and specifically set PACKAGES = for ipkg-utils-native. --- 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 "