From: Tom Rini Date: Thu, 8 Jul 2010 20:40:33 +0000 (-0700) Subject: ipkg-utils-native: Switch to non-legacy staging X-Git-Tag: sz_173~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc83ee470ccad2a68a487002f42d1997fbe489b;p=openembedded.git ipkg-utils-native: Switch to non-legacy staging Signed-off-by: Tom Rini Conflicts: recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb --- diff --git a/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb index 758814fa04..2a724660c4 100644 --- a/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb +++ b/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb @@ -1,16 +1,18 @@ require ipkg-utils_${PV}.bb -RDEPENDS = "" -PR = "r21" +RDEPENDS_${PN} = "" +PR = "r23" inherit native +NATIVE_INSTALL_WORKS = "1" + # Avoid circular dependencies from package_ipk.bbclass PACKAGES = "" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-utils" INSTALL += "arfile.py" -do_stage() { +do_install() { for i in ${INSTALL}; do install -m 0755 $i ${STAGING_BINDIR} done