aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/ipkg-utils-native_1.6cvs.oe5
-rw-r--r--ipkg-utils/ipkg-utils_1.6cvs.oe9
2 files changed, 3 insertions, 11 deletions
diff --git a/ipkg-utils/ipkg-utils-native_1.6cvs.oe b/ipkg-utils/ipkg-utils-native_1.6cvs.oe
index b8c3f763f6..349593d99c 100644
--- a/ipkg-utils/ipkg-utils-native_1.6cvs.oe
+++ b/ipkg-utils/ipkg-utils-native_1.6cvs.oe
@@ -1,11 +1,10 @@
include ipkg-utils_${PV}.oe
-PR = "r2"
+PR = "r3"
inherit native
DEPENDS = "python-native"
do_stage() {
for i in ${INSTALL}; do
- install $i ${STAGING_BINDIR}
+ install -m 0755 $i ${STAGING_BINDIR}
done
}
-
diff --git a/ipkg-utils/ipkg-utils_1.6cvs.oe b/ipkg-utils/ipkg-utils_1.6cvs.oe
index d25f098864..f73b52a423 100644
--- a/ipkg-utils/ipkg-utils_1.6cvs.oe
+++ b/ipkg-utils/ipkg-utils_1.6cvs.oe
@@ -7,7 +7,7 @@ LICENSE = "GPL"
CONFLICTS = "ipkg-link"
RDEPENDS = "python"
PV_append = "${CVSDATE}"
-PR = "r4"
+PR = "r5"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils \
file://fix-ipkg-link.patch;patch=1"
@@ -19,13 +19,6 @@ do_compile() {
oe_runmake ipkg-compare-versions
}
-do_stage() {
- for i in ${INSTALL}
- do
- install -m 0755 $i ${STAGING_BINDIR}
- done
-}
-
do_install() {
install -d ${D}${bindir}
for i in ${INSTALL}