summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make.inc
diff options
context:
space:
mode:
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
5HOMEPAGE = "http://www.gnu.org/software/make/" 5HOMEPAGE = "http://www.gnu.org/software/make/"
6SECTION = "devel" 6SECTION = "devel"
7 7
8SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" 8SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
9 file://0001-glob-Do-not-assume-glibc-glob-internals.patch \
10 file://0002-glob-Do-not-assume-glibc-glob-internals.patch \
11 "
9 12
10inherit autotools gettext pkgconfig texinfo 13inherit autotools gettext pkgconfig texinfo
11 14