summaryrefslogtreecommitdiff
path: root/ipkg-utils
diff options
context:
space:
mode:
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/ipkg-utils-native_1.6cvs.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipkg-utils/ipkg-utils-native_1.6cvs.oe b/ipkg-utils/ipkg-utils-native_1.6cvs.oe
index 7f2cf8e769..b8c3f763f6 100644
--- a/ipkg-utils/ipkg-utils-native_1.6cvs.oe
+++ b/ipkg-utils/ipkg-utils-native_1.6cvs.oe
@@ -1,9 +1,10 @@
include ipkg-utils_${PV}.oe
+PR = "r2"
inherit native
DEPENDS = "python-native"
do_stage() {
- for i in $INSTALL; do
+ for i in ${INSTALL}; do
install $i ${STAGING_BINDIR}
done
}