From 68a3f33027b9ee5ed53a47dd839fc407dcbbaee9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 17 Jan 2018 12:14:00 +0100 Subject: lz4: remove ptest changes This recipe installs the test suite by copying the entire build tree into /usr/share/ptest, which is both wasteful and breaks packaging as lz4-ptest then gets renamed by debian.bbclass to liblz4. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-support/lz4/lz4_1.7.4.bb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/meta/recipes-support/lz4/lz4_1.7.4.bb b/meta/recipes-support/lz4/lz4_1.7.4.bb index 9e86985d69..86a1ab9ab9 100644 --- a/meta/recipes-support/lz4/lz4_1.7.4.bb +++ b/meta/recipes-support/lz4/lz4_1.7.4.bb @@ -17,19 +17,11 @@ SRC_URI = "git://github.com/lz4/lz4.git \ UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)" S = "${WORKDIR}/git" -inherit ptest -EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" +EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" do_install() { oe_runmake install } -do_install_ptest () { - install -d ${D}${PTEST_PATH}/testsuite - cp -rf ${S}/* ${D}${PTEST_PATH}/testsuite -} - -RDEPENDS_${PN}-ptest += "make python3" - BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg