diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-18 22:39:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-20 15:22:16 +0000 |
commit | f87751165deb58b2e4f967e1b0da7cd3853fcbff (patch) | |
tree | f605e87d84496e7fb9c1dd59ef67f4f86426bf87 /meta/recipes-extended/pax/pax_3.4.bb | |
parent | 0cc22efe40567ac629c79044fe8b2439a7771ae9 (diff) | |
download | poky-f87751165deb58b2e4f967e1b0da7cd3853fcbff.tar.gz |
pax: Fix build with glibc 2.25
(From OE-Core rev: fa7dd6977c1291467f7d209469b9d54371460f62)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pax/pax_3.4.bb')
-rw-r--r-- | meta/recipes-extended/pax/pax_3.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/pax/pax_3.4.bb b/meta/recipes-extended/pax/pax_3.4.bb index 9d1abfbb54..9b4e17b3df 100644 --- a/meta/recipes-extended/pax/pax_3.4.bb +++ b/meta/recipes-extended/pax/pax_3.4.bb | |||
@@ -16,7 +16,9 @@ DEPENDS_append_libc-musl = " fts " | |||
16 | 16 | ||
17 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.tar.bz2/fbd9023b590b45ac3ade95870702a0d6/${BP}.tar.bz2 \ | 17 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.tar.bz2/fbd9023b590b45ac3ade95870702a0d6/${BP}.tar.bz2 \ |
18 | file://fix_for_compile_with_gcc-4.6.0.patch \ | 18 | file://fix_for_compile_with_gcc-4.6.0.patch \ |
19 | file://pax-3.4_fix_for_x32.patch" | 19 | file://pax-3.4_fix_for_x32.patch \ |
20 | file://0001-include-sys-sysmacros.h-for-major-minor-definitions.patch \ | ||
21 | " | ||
20 | 22 | ||
21 | SRC_URI_append_libc-musl = " file://0001-Fix-build-with-musl.patch \ | 23 | SRC_URI_append_libc-musl = " file://0001-Fix-build-with-musl.patch \ |
22 | file://0001-use-strtoll-instead-of-strtoq.patch \ | 24 | file://0001-use-strtoll-instead-of-strtoq.patch \ |