aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-23 18:41:28 +0000
committerChris Larson <clarson@kergoth.com>2004-03-23 18:41:28 +0000
commit30ff6dbb733adb123a36b2b0dc0790c2ce6107ab (patch)
tree061cf52aa0ca82d289375005f51c1250c9494f86 /ipkg-utils
parent4c7b4dc382f64198c32de88c0795a90ab572d7b5 (diff)
downloadopenembedded-30ff6dbb733adb123a36b2b0dc0790c2ce6107ab.tar.gz
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
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/ipkg-utils-native_1.6cvs.oe7
1 files changed, 6 insertions, 1 deletions
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}/
+}