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:
767f226
)
fix disastrous confusion between $INSTALL and ${INSTALL}
author
Phil Blundell
<philb@gnu.org>
Sun, 20 Jun 2004 19:51:41 +0000
(19:51 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sun, 20 Jun 2004 19:51:41 +0000
(19:51 +0000)
BKrev: 40d5eacdUt3y8fwcdp_JPbXf5bh_cQ
ipkg-utils/ipkg-utils-native_1.6cvs.oe
patch
|
blob
|
history
diff --git
a/ipkg-utils/ipkg-utils-native_1.6cvs.oe
b/ipkg-utils/ipkg-utils-native_1.6cvs.oe
index
7f2cf8e
..
b8c3f76
100644
(file)
--- a/
ipkg-utils/ipkg-utils-native_1.6cvs.oe
+++ b/
ipkg-utils/ipkg-utils-native_1.6cvs.oe
@@
-1,9
+1,10
@@
include ipkg-utils_${PV}.oe
+PR = "r2"
inherit native
DEPENDS = "python-native"
do_stage() {
- for i in $
INSTALL
; do
+ for i in $
{INSTALL}
; do
install $i ${STAGING_BINDIR}
done
}