summaryrefslogtreecommitdiff
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.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index d9e05594f9..849b74299c 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -4,11 +4,9 @@ program from the program's source files. Make gets its knowledge of how to buil
called the makefile, which lists each of the non-source files and how to compute it from other files."
HOMEPAGE = "http://www.gnu.org/software/make/"
SECTION = "devel"
-LICENSE = "GPL"
-SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
- file://SCCS.patch;patch=1"
+SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
-inherit autotools gettext
+inherit autotools gettext pkgconfig texinfo
-BBCLASSEXTEND = "native"
+PROVIDES = "virtual/make"