aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_3.82.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-14 11:24:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 11:45:04 +0000
commit06e64233a3a00a3c60fab7d92cbb18cd9feadc8d (patch)
tree9c4795fd04a9dddf3857d2986673d7000639f93f /meta/recipes-devtools/make/make_3.82.bb
parent03d787efe0d83b20155508811f901b05a910940c (diff)
downloadopenembedded-core-contrib-06e64233a3a00a3c60fab7d92cbb18cd9feadc8d.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make_3.82.bb')
-rw-r--r--meta/recipes-devtools/make/make_3.82.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb
index 8167c01f37..65b044b446 100644
--- a/meta/recipes-devtools/make/make_3.82.bb
+++ b/meta/recipes-devtools/make/make_3.82.bb
@@ -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"