diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-12 07:59:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-13 10:46:34 +0100 |
commit | d90102ed2564a644f2f816fc6ccee3378e88ebc6 (patch) | |
tree | 3eaa8a5ef3873fd9465e3c733f08616089a51ae5 /meta/recipes-extended/ltp/ltp_20170516.bb | |
parent | 18369bf39c9ad8439b688b0b6b4e640de7a82143 (diff) | |
download | poky-d90102ed2564a644f2f816fc6ccee3378e88ebc6.tar.gz |
ltp: Include stdint.h for uintptr_t
Fixes build with musl and upcoming glibc
(From OE-Core rev: af314c17f6c32afbed9a277775156b9bbc5ac033)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20170516.bb')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20170516.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20170516.bb b/meta/recipes-extended/ltp/ltp_20170516.bb index 012c43de35..31f339461f 100644 --- a/meta/recipes-extended/ltp/ltp_20170516.bb +++ b/meta/recipes-extended/ltp/ltp_20170516.bb | |||
@@ -50,6 +50,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \ | |||
50 | file://0034-periodic_output.patch \ | 50 | file://0034-periodic_output.patch \ |
51 | file://0035-fix-test_proc_kill-hang.patch \ | 51 | file://0035-fix-test_proc_kill-hang.patch \ |
52 | file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \ | 52 | file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \ |
53 | file://0001-dirtyc0w-Include-stdint.h.patch \ | ||
53 | " | 54 | " |
54 | 55 | ||
55 | S = "${WORKDIR}/git" | 56 | S = "${WORKDIR}/git" |