summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.4.1.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.4.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.1.bb b/meta/recipes-devtools/opkg/opkg_0.4.1.bb
index 8c48d3097c..663eaec346 100644
--- a/meta/recipes-devtools/opkg/opkg_0.4.1.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.4.1.bb
@@ -61,6 +61,11 @@ do_install_append () {
61 install -d ${D}${OPKGLIBDIR}/opkg 61 install -d ${D}${OPKGLIBDIR}/opkg
62} 62}
63 63
64do_install_ptest () {
65 sed -i -e '/@echo $^/d' ${D}${PTEST_PATH}/tests/Makefile
66 sed -i -e '/@PYTHONPATH=. $(PYTHON) $^/a\\t@if [ "$$?" != "0" ];then echo "FAIL:"$^;else echo "PASS:"$^;fi' ${D}${PTEST_PATH}/tests/Makefile
67}
68
64RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" 69RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive"
65RDEPENDS_${PN}_class-native = "" 70RDEPENDS_${PN}_class-native = ""
66RDEPENDS_${PN}_class-nativesdk = "" 71RDEPENDS_${PN}_class-nativesdk = ""