summaryrefslogtreecommitdiffstats
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 16:42:05 +0000
commit4d019c038c669db7795bff28223dcb6c7c1ae196 (patch)
treed2a1e9e950c4f4c61fdf1e091b2d32e0a0ca4e69 /meta/recipes-devtools/make/make_3.82.bb
parentbd6c5ffaf53a9b5d6af2a21b72879a883fa5b55c (diff)
downloadpoky-4d019c038c669db7795bff28223dcb6c7c1ae196.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. (From OE-Core rev: 06e64233a3a00a3c60fab7d92cbb18cd9feadc8d) 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 @@
1PR = "r2" 1PR = "r3"
2LICENSE = "GPLv3 & LGPLv2" 2LICENSE = "GPLv3 & LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 4 file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
5 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" 5 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
6require make.inc 6require make.inc
7 7
8SRC_URI += "file://expand_MAKEFLAGS.patch" 8SRC_URI += "file://expand_MAKEFLAGS.patch \
9 file://make-savannah-bug30612-handling_of_archives.patch;striplevel=0"
9 10
10SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" 11SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f"
11SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" 12SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966"