aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl/musl_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-13 07:04:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-17 08:39:19 +0100
commita5b0265e83f3c5a222c1b08bc853bec40e5a5148 (patch)
tree185e7b4490ba13af99f0dc8e4240f3899b0205f3 /meta/recipes-core/musl/musl_git.bb
parenta74faf487545df16c7395ee6f6a302f989c1341b (diff)
downloadopenembedded-core-contrib-a5b0265e83f3c5a222c1b08bc853bec40e5a5148.tar.gz
musl: Add MAX_HANDLE_SZ
(From OE-Core rev: d24bafa872cd1915ca23468bb37be98518347e02) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl/musl_git.bb')
-rw-r--r--meta/recipes-core/musl/musl_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index f6edf7de61..be31718e3a 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -12,6 +12,7 @@ PV = "1.1.20+git${SRCPV}"
SRC_URI = "git://git.musl-libc.org/musl \
file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \
file://0001-wireup-linux-name_to_handle_at-and-name_to_handle_at.patch \
+ file://0001-Define-MAX_HANDLE_SZ.patch \
"
S = "${WORKDIR}/git"