From: Phil Blundell Date: Sun, 20 Jun 2004 19:51:37 +0000 (+0000) Subject: reinstate accidentally-deleted do_stage() method X-Git-Tag: Release-2010-05/1~18608 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9333a7391424707292fa319b6e85d86b337a7a7b;p=openembedded.git reinstate accidentally-deleted do_stage() method BKrev: 40d5eac9j-rCjxfzBq0JCnk6vQOfCA --- 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 +} +