summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-06-28 13:44:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-10 11:36:34 +0100
commit3b320adbe71def81c4a277a0d19e131b0c5beb72 (patch)
tree62a41464d7fe336123465286f330c2a9a769f683 /meta/recipes-core
parentad78defddfea7e9b5c24c86f3483ba9fbb93f33e (diff)
downloadpoky-3b320adbe71def81c4a277a0d19e131b0c5beb72.tar.gz
musl: Guard fallocate64 with _LARGEFILE64_SOURCE
Gets this fix * 718f363b move fallocate64 declaration under _LARGEFILE64_SOURCE feature test (From OE-Core rev: 5ebc2f8e4f21f5af67fb1d2d61f6c5d75f2c44e2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/musl/musl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 7c8434f23f..b4c2b1f898 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "f5f55d6589940fd2c2188d76686efe3a530e64e0" 7SRCREV = "718f363bc2067b6487900eddc9180c84e7739f80"
8 8
9BASEVER = "1.2.4" 9BASEVER = "1.2.4"
10 10