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:
f491b9e
)
reinstate accidentally-deleted do_stage() method
author
Phil Blundell
<philb@gnu.org>
Sun, 20 Jun 2004 19:51:37 +0000
(19:51 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sun, 20 Jun 2004 19:51:37 +0000
(19:51 +0000)
BKrev: 40d5eac9j-rCjxfzBq0JCnk6vQOfCA
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
223bba5
..
7f2cf8e
100644
(file)
--- a/
ipkg-utils/ipkg-utils-native_1.6cvs.oe
+++ b/
ipkg-utils/ipkg-utils-native_1.6cvs.oe
@@
-2,3
+2,9
@@
include ipkg-utils_${PV}.oe
inherit native
DEPENDS = "python-native"
+do_stage() {
+ for i in $INSTALL; do
+ install $i ${STAGING_BINDIR}
+ done
+}
+