summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}/
+}