summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/acl_2.3.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-15 00:45:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-21 10:16:31 +0000
commit0e2c1d3cfcdde38e4e0dc143cc1940a5ba73d0da (patch)
treea52d3adeda37c20e062154878a667eab72224c9b /meta/recipes-support/attr/acl_2.3.1.bb
parentabdc692e53c9bf2d2e1193b85c1cc781828193be (diff)
downloadpoky-0e2c1d3cfcdde38e4e0dc143cc1940a5ba73d0da.tar.gz
acl: Enable largefile support by default
This ensures right flags are passed so enable it. Musl and decoupled these APIs from _GNU_SOURCE and now are only available when _LARGEFILE64_SOURCE macro is enabled (From OE-Core rev: fa29c98302fcd765bcc0160ce5c2b8294de0d814) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr/acl_2.3.1.bb')
-rw-r--r--meta/recipes-support/attr/acl_2.3.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/acl_2.3.1.bb b/meta/recipes-support/attr/acl_2.3.1.bb
index aca04a9aac..5fb8f9ae35 100644
--- a/meta/recipes-support/attr/acl_2.3.1.bb
+++ b/meta/recipes-support/attr/acl_2.3.1.bb
@@ -19,12 +19,15 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/acl/${BP}.tar.gz \
19 file://run-ptest \ 19 file://run-ptest \
20 file://0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch \ 20 file://0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch \
21 file://0001-test-patch-out-failing-bits.patch \ 21 file://0001-test-patch-out-failing-bits.patch \
22 file://0001-chacl-Use-portable-version-of-dirent-and-readdir.patch \
22 " 23 "
23 24
24SRC_URI[sha256sum] = "760c61c68901b37fdd5eefeeaf4c0c7a26bdfdd8ac747a1edff1ce0e243c11af" 25SRC_URI[sha256sum] = "760c61c68901b37fdd5eefeeaf4c0c7a26bdfdd8ac747a1edff1ce0e243c11af"
25 26
26inherit autotools gettext ptest 27inherit autotools gettext ptest
27 28
29EXTRA_OECONF += "--enable-largefile"
30
28PACKAGES =+ "lib${BPN}" 31PACKAGES =+ "lib${BPN}"
29 32
30FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}" 33FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}"