summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ipkg-utils/ipkg-utils-native_1.6cvs.oe6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipkg-utils/ipkg-utils-native_1.6cvs.oe b/ipkg-utils/ipkg-utils-native_1.6cvs.oe
index 223bba56fe..7f2cf8e769 100644
--- a/ipkg-utils/ipkg-utils-native_1.6cvs.oe
+++ b/ipkg-utils/ipkg-utils-native_1.6cvs.oe
@@ -2,3 +2,9 @@ include ipkg-utils_${PV}.oe
inherit native
DEPENDS = "python-native"
+do_stage() {
+ for i in $INSTALL; do
+ install $i ${STAGING_BINDIR}
+ done
+}
+