summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-16 05:02:49 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-16 05:02:49 -0500
commit985e5865ccc75986e02add54243d1b9188d8218c (patch)
tree75f7bd92d361d70e9f0c7b2804fd99603f95c21b /meta
parent547a879c248a22b6c1b2fdd0762d97156755cdf0 (diff)
downloadast2050-yocto-poky-985e5865ccc75986e02add54243d1b9188d8218c.zip
ast2050-yocto-poky-985e5865ccc75986e02add54243d1b9188d8218c.tar.gz
Remove broken test calls from sed recipe
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/sed/sed_4.2.2.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-extended/sed/sed_4.2.2.bb b/meta/recipes-extended/sed/sed_4.2.2.bb
index bbfa238..15b894b 100644
--- a/meta/recipes-extended/sed/sed_4.2.2.bb
+++ b/meta/recipes-extended/sed/sed_4.2.2.bb
@@ -32,13 +32,3 @@ ALTERNATIVE_${PN} = "sed"
ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed"
ALTERNATIVE_PRIORITY = "100"
-TESTDIR = "testsuite"
-
-do_compile_ptest() {
- oe_runmake -C ${TESTDIR} buildtest-TESTS
-}
-
-do_install_ptest() {
- oe_runmake -C ${TESTDIR} install-ptest BUILDDIR=${B} DESTDIR=${D}${PTEST_PATH} TESTDIR=${TESTDIR}
-}
-
OpenPOWER on IntegriCloud