diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-10-14 08:39:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-16 11:32:34 +0100 |
| commit | 91e0cfe0a7c6e622f076f6d7091cc774241021cc (patch) | |
| tree | dd9401144f442ed9387535cb11c3c9e6797d07ca /meta/recipes-core/musl/gcompat_git.bb | |
| parent | 9dc27f922f7a1eae448b9a0ffa35a85f71e58735 (diff) | |
| download | poky-91e0cfe0a7c6e622f076f6d7091cc774241021cc.tar.gz | |
gcompat: Add fcntl64 wrapper
Needed by pvr mesa drivers
(From OE-Core rev: e6efe08c5aa419db5c865a14116d137ff37db221)
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/gcompat_git.bb')
| -rw-r--r-- | meta/recipes-core/musl/gcompat_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current \ | 10 | SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current \ |
| 11 | file://0001-auxv-new-module.patch \ | 11 | file://0001-auxv-new-module.patch \ |
| 12 | file://0001-Add-fcntl64-wrapper.patch \ | ||
| 12 | " | 13 | " |
| 13 | SRC_URI:append:powerpc = "\ | 14 | SRC_URI:append:powerpc = "\ |
| 14 | file://0001-make-Static-PIE-does-not-work-on-musl-ppc.patch \ | 15 | file://0001-make-Static-PIE-does-not-work-on-musl-ppc.patch \ |
