diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.4.1.bb | 5 |
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 | ||
64 | do_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 | |||
64 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" | 69 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" |
65 | RDEPENDS_${PN}_class-native = "" | 70 | RDEPENDS_${PN}_class-native = "" |
66 | RDEPENDS_${PN}_class-nativesdk = "" | 71 | RDEPENDS_${PN}_class-nativesdk = "" |