aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-20 19:51:37 +0000
committerPhil Blundell <philb@gnu.org>2004-06-20 19:51:37 +0000
commit9333a7391424707292fa319b6e85d86b337a7a7b (patch)
tree9cec3389d9b6bf0e2b10cf14669f51a1d528f645 /ipkg-utils
parentf491b9ee21eaf671927fc31581720bcd91ad9bab (diff)
downloadopenembedded-9333a7391424707292fa319b6e85d86b337a7a7b.tar.gz
reinstate accidentally-deleted do_stage() method
BKrev: 40d5eac9j-rCjxfzBq0JCnk6vQOfCA
Diffstat (limited to 'ipkg-utils')
-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
+}
+