mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
meta-openembedded/all: adapt to UNPACKDIR changes
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
188491dd2b
commit
fc78d37ff0
+1
-1
@@ -15,7 +15,7 @@ SRC_URI = " \
|
||||
file://0001-task_queue-fix-build-with-gcc-15.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "2365e93e778d7b61b5d6e02d21c47d97222e9c7deff9e1d0838ad6ec2e86f1b9"
|
||||
S = "${WORKDIR}/webrtc-audio-processing-${PV}"
|
||||
S = "${UNPACKDIR}/webrtc-audio-processing-${PV}"
|
||||
|
||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ SRC_URI = " \
|
||||
file://e9c78dc4712fa6362b0c839ad57b6b46dce1ba83.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "ae9302824b2038d394f10213cab05312c564a038434269f11dbf68f511f9f9fe"
|
||||
S = "${WORKDIR}/webrtc-audio-processing-${PV}"
|
||||
S = "${UNPACKDIR}/webrtc-audio-processing-${PV}"
|
||||
|
||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||
# | riscv32-yoe-linux-musl-ld.lld: error: undefined reference: __atomic_store_8
|
||||
|
||||
Reference in New Issue
Block a user