reinstate accidentally-deleted do_stage() method
authorPhil Blundell <philb@gnu.org>
Sun, 20 Jun 2004 19:51:37 +0000 (19:51 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 20 Jun 2004 19:51:37 +0000 (19:51 +0000)
BKrev: 40d5eac9j-rCjxfzBq0JCnk6vQOfCA

ipkg-utils/ipkg-utils-native_1.6cvs.oe

index 223bba5..7f2cf8e 100644 (file)
@@ -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
+}
+