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:
bcb57ea
)
ipkg-utils-native: Switch for real...
author
Tom Rini
<tom_rini@mentor.com>
Thu, 8 Jul 2010 20:47:39 +0000
(13:47 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Thu, 8 Jul 2010 20:47:39 +0000
(13:47 -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
2a72466
..
07ca3da
100644
(file)
--- a/
recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
+++ b/
recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
@@
-14,6
+14,6
@@
INSTALL += "arfile.py"
do_install() {
for i in ${INSTALL}; do
- install -m 0755 $i ${
STAGING_BINDIR
}
+ install -m 0755 $i ${
D}${bindir
}
done
}