From e6efe08c5aa419db5c865a14116d137ff37db221 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 14 Oct 2023 08:39:23 -0700 Subject: gcompat: Add fcntl64 wrapper Needed by pvr mesa drivers Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/gcompat_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/musl/gcompat_git.bb') diff --git a/meta/recipes-core/musl/gcompat_git.bb b/meta/recipes-core/musl/gcompat_git.bb index ba802e3caa..3e5541ba91 100644 --- a/meta/recipes-core/musl/gcompat_git.bb +++ b/meta/recipes-core/musl/gcompat_git.bb @@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=eb33ef4af05a9c7602843afb7adfe792" SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current \ file://0001-auxv-new-module.patch \ + file://0001-Add-fcntl64-wrapper.patch \ " SRC_URI:append:powerpc = "\ file://0001-make-Static-PIE-does-not-work-on-musl-ppc.patch \ -- cgit 1.2.3-korg