diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-12 23:59:30 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-15 08:40:09 +0000 |
| commit | 27e7af17f8d77a69cbd6373c5bb0b902194056ef (patch) | |
| tree | f84ad7682957bd0002c0d28e981a45cb4185a5aa /meta/recipes-core/musl/gcompat_git.bb | |
| parent | 55e7265f47270b56429e65f076ecfbe24f2db7c2 (diff) | |
| download | poky-27e7af17f8d77a69cbd6373c5bb0b902194056ef.tar.gz | |
gcompat: Do not use static-pie on ppc
It fails currently with binutils 2.38
powerpc-yoe-linux-musl-ld: read-only segment has dynamic relocations
(From OE-Core rev: 6a8c1e04e2bf37fa4128b1742ef4184380e3321d)
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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/gcompat_git.bb b/meta/recipes-core/musl/gcompat_git.bb index cab1a97a84..962bcd8c75 100644 --- a/meta/recipes-core/musl/gcompat_git.bb +++ b/meta/recipes-core/musl/gcompat_git.bb | |||
| @@ -7,8 +7,11 @@ HOMEPAGE = "https://git.adelielinux.org/adelie/gcompat" | |||
| 7 | LICENSE = "NCSA" | 7 | LICENSE = "NCSA" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb33ef4af05a9c7602843afb7adfe792" | 8 | 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 | 11 | " | |
| 12 | SRC_URI:append:powerpc = "\ | ||
| 13 | file://0001-make-Static-PIE-does-not-work-on-musl-ppc.patch \ | ||
| 14 | " | ||
| 12 | PV = "1.0.0+1.1+git${SRCPV}" | 15 | PV = "1.0.0+1.1+git${SRCPV}" |
| 13 | SRCREV = "4d6a5156a6eb7f56b30d93853a872e36dadde81b" | 16 | SRCREV = "4d6a5156a6eb7f56b30d93853a872e36dadde81b" |
| 14 | 17 | ||
