]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
elfutils: add ptest support
authorMingli Yu <Mingli.Yu@windriver.com>
Tue, 16 Apr 2019 08:05:00 +0000 (16:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Apr 2019 22:30:19 +0000 (23:30 +0100)
commit073556fa8c6e95ebd1cd97d5226b8b9e743fe4e0
treea0d1f632f06533adf4d75f658ac14db4c337122c
parentf0d4ef3cdcf803aab2acf3c40dea8bfec44dc01c
elfutils: add ptest support

Add testsuite-ignore-elflint.diff from debian
(http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz)
to fix below ptest failure:
 | ./run-strip-strmerge.sh: line 33: testrun_on_self_skip: command not found
 | FAIL: run-strip-strmerge.sh

Add check for gcc for two test cases such as
run-strip-nothing.sh and run-strip-g.sh which
depends on gcc at run time.

(From OE-Core rev: 240e6b8819aab3bf74cdde92934be337e766aa75)

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/elfutils/elfutils_0.176.bb
meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch [new file with mode: 0644]
meta/recipes-devtools/elfutils/files/debian/testsuite-ignore-elflint.diff [new file with mode: 0644]
meta/recipes-devtools/elfutils/files/run-ptest [new file with mode: 0644]
meta/recipes-devtools/elfutils/files/serial-tests.patch [new file with mode: 0644]