From 73e1d33cf10b06c882f6f1d152e615e698431a49 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Oct 2015 00:50:20 -0700 Subject: uclibc: Implement syncfs and AT_EMPTY_PATH for all and O_PATH for arm needed for systemd 225 to compile with uclibc Change-Id: Id5f990edf4a773de49742f9f9ea5139e55e21f69 (From OE-Core rev: 5c515a1c7a86c510b6ae4f99c5b2e20d52622543) Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/uclibc/uclibc-git.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/uclibc/uclibc-git.inc') diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc index 9e3d64408c..dcb616d0d2 100644 --- a/meta/recipes-core/uclibc/uclibc-git.inc +++ b/meta/recipes-core/uclibc/uclibc-git.inc @@ -17,5 +17,7 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master \ file://0006-ldso-limited-support-for-ORIGIN-in-rpath.patch \ file://0007-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch \ file://0001-gcc5-optimizes-away-the-write-only-static-functions-.patch \ + file://0001-fcntl-Add-AT_EMPTY_PATH-for-all-and-O_PATH-for-arm.patch \ + file://0001-wire-in-syncfs.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf