mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
diffutils: Added perl to support ptest & Skipped one test case
Added perl to the run-time dependency of the recipe for diffutils since it is required by the test "large-subpot". The test "strip-trailing-cr" is skipped since it requires valgrind to work, but valgrind is considered too heavy-weight for diffutils package. (From OE-Core rev: 802c67c7c27011812d690c41347b38481cdab2e9) Signed-off-by: Peiran Hong <peiran.hong@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8753c00f7a
commit
0eb98c9d53
@@ -5,6 +5,7 @@ require diffutils.inc
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \
|
||||
file://run-ptest \
|
||||
file://0001-Skip-strip-trailing-cr-test-case.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "4824adc0e95dbbf11dfbdfaad6a1e461"
|
||||
@@ -17,7 +18,7 @@ acpaths = "-I ./m4"
|
||||
|
||||
inherit ptest
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
RDEPENDS_${PN}-ptest += "make perl"
|
||||
|
||||
do_install_ptest() {
|
||||
t=${D}${PTEST_PATH}
|
||||
|
||||
Reference in New Issue
Block a user