1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-21 05:27:01 +00:00

make: Backport fixes to not assume glibc internal glob implementation

Exposed with glibc 2.27

(From OE-Core rev: cdf370f1bd046ba6207b63c9a82bdfff2b261a7d)

(From OE-Core rev: bd81e47c12b8f3bbb8a9e24379b6632e36f11462)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2018-01-27 10:56:20 -08:00
committed by Richard Purdie
parent 076b057c46
commit 2832aa209d
3 changed files with 111 additions and 1 deletions
+4 -1
View File
@@ -5,7 +5,10 @@ called the makefile, which lists each of the non-source files and how to compute
HOMEPAGE = "http://www.gnu.org/software/make/"
SECTION = "devel"
SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
file://0001-glob-Do-not-assume-glibc-glob-internals.patch \
file://0002-glob-Do-not-assume-glibc-glob-internals.patch \
"
inherit autotools gettext pkgconfig texinfo