aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-01-27 10:56:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-29 23:05:11 +0000
commitcdf370f1bd046ba6207b63c9a82bdfff2b261a7d (patch)
treeb397549bb00db6ef2b9f065c35eeca4df70439c1 /meta/recipes-devtools/make/make.inc
parent1c896b34d2d9fdf941941bd29257a4714795da5a (diff)
downloadopenembedded-core-contrib-cdf370f1bd046ba6207b63c9a82bdfff2b261a7d.tar.gz
make: Backport fixes to not assume glibc internal glob implementation
Exposed with glibc 2.27 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/make/make.inc')
-rw-r--r--meta/recipes-devtools/make/make.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index 849b74299c..b8905bc6d3 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -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