mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
make: Backport fixes to not assume glibc internal glob implementation
Exposed with glibc 2.27 (From OE-Core rev: cdf370f1bd046ba6207b63c9a82bdfff2b261a7d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user