git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302dbb6
)
ipkg-utils-native: Switch to non-legacy staging
author
Tom Rini
<tom_rini@mentor.com>
Thu, 8 Jul 2010 20:40:33 +0000
(13:40 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Thu, 8 Jul 2010 20:40:33 +0000
(13:40 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
patch
|
blob
|
history
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
98cc7f1
..
2a72466
100644
(file)
--- 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 = "r2
2
"
+PR = "r2
3
"
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