From: Chris Larson Date: Tue, 23 Mar 2004 18:41:28 +0000 (+0000) Subject: Merge http://openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~19905 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ff6dbb733adb123a36b2b0dc0790c2ce6107ab;p=openembedded.git Merge http://openembedded.bkbits.net/packages into linux.local:/home/kergoth/code/packages 2004/03/23 19:41:27+01:00 homelinux.net!schurig Make-it-installable fix BKrev: 406084d81JlQQjrDkrGkAVs8f8o8vg --- diff --git a/ipkg-utils/ipkg-utils-native_1.6cvs.oe b/ipkg-utils/ipkg-utils-native_1.6cvs.oe index b11c857b82..f386930651 100644 --- 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}/ +}