diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-07-08 13:40:33 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-07-08 13:40:33 -0700 |
commit | bcb57eab74f24dee6849acc3b4d3278da67166f1 (patch) | |
tree | 0bf00e78dd89d92c4429ffc47cf9d5bcfa3256d4 /recipes | |
parent | 302dbb63be513b78d2899ea6bb4c6c4f8a751475 (diff) |
ipkg-utils-native: Switch to non-legacy staging
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb | 6 |
1 files changed, 4 insertions, 2 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 98cc7f114d..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_${PN} = "" -PR = "r22" +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 |