From 9333a7391424707292fa319b6e85d86b337a7a7b Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 20 Jun 2004 19:51:37 +0000 Subject: [PATCH] reinstate accidentally-deleted do_stage() method BKrev: 40d5eac9j-rCjxfzBq0JCnk6vQOfCA --- ipkg-utils/ipkg-utils-native_1.6cvs.oe | 6 ++++++ 1 file changed, 6 insertions(+) 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 +} + -- 2.39.5