From a74faf487545df16c7395ee6f6a302f989c1341b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Sep 2018 18:05:31 -0700 Subject: musl: Wire-up name_to_handle_at and name_to_handle_at syscalls (From OE-Core rev: c70bb5a24e8923a34adb9c7b8298ae12702e3f27) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/musl_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/musl/musl_git.bb') diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index de1cfd0058..f6edf7de61 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -11,6 +11,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 \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg