From 681b4c2cd9830cd523080aa830748d9c3367c7c9 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 24 Jun 2013 09:45:48 -0500 Subject: make: Fix second part of bug Savannah 30612 The Savannah bug 30612 describes two different issue. The first, previously fixed, errors parsing multiple objects in parenthesis. The second, (this issue), extra white space contained in the parenthesis. The fix was backported from the current make git tree: http://git.savannah.gnu.org/cgit/make.git/commit/?id=b06b8c64a29a5ba3a8daecd829fa2f98d42cb285 Signed-off-by: Mark Hatle Signed-off-by: Saul Wold --- meta/recipes-devtools/make/make_3.82.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/make/make_3.82.bb') diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb index b4292b5d62..8a2f287a01 100644 --- a/meta/recipes-devtools/make/make_3.82.bb +++ b/meta/recipes-devtools/make/make_3.82.bb @@ -7,7 +7,8 @@ require make.inc SRC_URI += "file://expand_MAKEFLAGS.patch \ file://intermediate-target-bugfix.patch \ - file://make-savannah-bug30612-handling_of_archives.patch;striplevel=0" + file://make-savannah-bug30612-handling_of_archives.patch;striplevel=0 \ + file://make-savannah-bug30612-fix_white_space.patch" SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" -- cgit 1.2.3-korg