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:
4c7b4dc
)
Merge http://openembedded.bkbits.net/packages
author
Chris Larson
<clarson@kergoth.com>
Tue, 23 Mar 2004 18:41:28 +0000
(18:41 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Tue, 23 Mar 2004 18:41:28 +0000
(18:41 +0000)
into linux.local:/home/kergoth/code/packages
2004/03/23 19:41:27+01:00 homelinux.net!schurig
Make-it-installable fix
BKrev: 406084d81JlQQjrDkrGkAVs8f8o8vg
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
b11c857
..
f386930
100644
(file)
--- a/
ipkg-utils/ipkg-utils-native_1.6cvs.oe
+++ b/
ipkg-utils/ipkg-utils-native_1.6cvs.oe
@@
-1,4
+1,9
@@
include ipkg-utils_${PV}.oe
inherit native
-DEPENDS =
+DEPENDS =
python-native
PACKAGES =
+
+
+do_stage() {
+ cp ipkg* ${STAGING_BINDIR}/
+}