Merge http://openembedded.bkbits.net/packages
authorChris Larson <clarson@kergoth.com>
Tue, 23 Mar 2004 18:41:28 +0000 (18:41 +0000)
committerChris 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

index b11c857..f386930 100644 (file)
@@ -1,4 +1,9 @@
 include ipkg-utils_${PV}.oe
 inherit native
-DEPENDS = 
+DEPENDS = python-native
 PACKAGES =
+
+
+do_stage() {
+       cp ipkg* ${STAGING_BINDIR}/
+}