mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
make-3.82: Add patch for archive expression expansion issues
bitbake make-native; MACHINE=qemuarm bitbake icu would fail with: *** No rule to make target `uconvmsg/libuconvmsg.a(uconvmsg/uconvmsg_dat.ao', needed by `uconvmsg/libuconvmsg.a'. Stop which is caused by a bug in make 3.82 which the attached patch fixes. (From OE-Core rev: 06e64233a3a00a3c60fab7d92cbb18cd9feadc8d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
LICENSE = "GPLv3 & LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
|
||||
require make.inc
|
||||
|
||||
SRC_URI += "file://expand_MAKEFLAGS.patch"
|
||||
SRC_URI += "file://expand_MAKEFLAGS.patch \
|
||||
file://make-savannah-bug30612-handling_of_archives.patch;striplevel=0"
|
||||
|
||||
SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f"
|
||||
SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966"
|
||||
|
||||
Reference in New Issue
Block a user