diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2011-12-01 17:21:25 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-01 10:50:10 +0000 |
| commit | fa25490782bddf83c276cf27790edec379256508 (patch) | |
| tree | 6517fc2377405d183ef0de1fa1b328a15c222e2b /meta/recipes-devtools/make/make_3.82.bb | |
| parent | 55c40d4c8475956f13ac2309cb19d58843cbcd15 (diff) | |
| download | poky-fa25490782bddf83c276cf27790edec379256508.tar.gz | |
make: expand MAKEFLAGS before we re-exec after rebuilding makefiles.
This patch was got from the upstream cvs repo of make to fix the bug of
make-3.82: http://savannah.gnu.org/bugs/?30723
RP: Tweaked patch status to Backport
(From OE-Core rev: c2094366ea0771c520d52f0b73b8df1bd74e7941)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb index 61fbb324d1..bea33397b5 100644 --- a/meta/recipes-devtools/make/make_3.82.bb +++ b/meta/recipes-devtools/make/make_3.82.bb | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | PR = "r0" | 1 | PR = "r1" |
| 2 | LICENSE="GPLv3&LGPLv2" | 2 | LICENSE="GPLv3&LGPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
| 4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | 4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" |
| 5 | require make.inc | 5 | require make.inc |
| 6 | 6 | ||
| 7 | SRC_URI += "file://expand_MAKEFLAGS.patch" | ||
| 8 | |||
| 7 | SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" | 9 | SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" |
| 8 | SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" | 10 | SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" |
