From 3cc83ee470ccad2a68a487002f42d1997fbe489b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 8 Jul 2010 13:40:33 -0700 Subject: [PATCH] ipkg-utils-native: Switch to non-legacy staging Signed-off-by: Tom Rini Conflicts: recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb --- recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5