into handhelds.org:/home/kergoth/code/oe/packages
2004/09/13 15:21:13-04:00 handhelds.org!kergoth
Non-native packages installing to ${STAGING_BINDIR} is BAD. BAD. BAD.
BKrev: 4145f330GvlJOniJtO51hVM7yT9AYA
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
}
-
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"
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}