From 30ff6dbb733adb123a36b2b0dc0790c2ce6107ab Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 23 Mar 2004 18:41:28 +0000 Subject: [PATCH] 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 --- ipkg-utils/ipkg-utils-native_1.6cvs.oe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}/ +} -- 2.39.5