summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20190115.bb
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2019-04-22 16:55:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-03 17:00:57 +0100
commit26f7e4e6608cac2d3d22aa239a29bd4f5e4a7ffd (patch)
treebc81a8cf9d488aa5aafd5ede00c31634358e5368 /meta/recipes-extended/ltp/ltp_20190115.bb
parent6fcc6e5ab2ed8fc31ddb37f475c753b9090d2188 (diff)
downloadpoky-26f7e4e6608cac2d3d22aa239a29bd4f5e4a7ffd.tar.gz
ltp: file01: Fix in was not recognized
Some file has "pie" appending after LSB or MSB, which causes mismatch and the following error. "file01 10 TFAIL: in: was not recognized" ..."ELF 64-bit LSB pie executable"... This patches tunes the regulation expression to include those cases. (From OE-Core rev: 3602a7affd95a22e7e22c9ed4df731f94ed9b64b) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20190115.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20190115.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20190115.bb b/meta/recipes-extended/ltp/ltp_20190115.bb
index b8a7e673d3..b7b581f65a 100644
--- a/meta/recipes-extended/ltp/ltp_20190115.bb
+++ b/meta/recipes-extended/ltp/ltp_20190115.bb
@@ -51,7 +51,8 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
51 file://setregid01-security-string-formatting.patch \ 51 file://setregid01-security-string-formatting.patch \
52 file://0001-syscalls-setrlimit03.c-read-proc-sys-fs-nr_open-for-.patch \ 52 file://0001-syscalls-setrlimit03.c-read-proc-sys-fs-nr_open-for-.patch \
53 file://0001-shmctl01-don-t-use-hardcoded-index-0-for-SHM_STAT-te.patch \ 53 file://0001-shmctl01-don-t-use-hardcoded-index-0-for-SHM_STAT-te.patch \
54 file://0001-diotest4-Let-kernel-pick-an-address-when-calling-mma.patch\ 54 file://0001-diotest4-Let-kernel-pick-an-address-when-calling-mma.patch \
55 file://0001-file01.sh-Fix-in-was-not-recognized.patch \
55 " 56 "
56 57
57S = "${WORKDIR}/git" 58S = "${WORKDIR}/git"