diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/make/make.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/make/make_3.82.bb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index 5c52c2ad63..6bfe576479 100644 --- a/meta/recipes-devtools/make/make.inc +++ b/meta/recipes-devtools/make/make.inc | |||
@@ -4,7 +4,6 @@ program from the program's source files. Make gets its knowledge of how to buil | |||
4 | called the makefile, which lists each of the non-source files and how to compute it from other files." | 4 | called the makefile, which lists each of the non-source files and how to compute it from other files." |
5 | HOMEPAGE = "http://www.gnu.org/software/make/" | 5 | HOMEPAGE = "http://www.gnu.org/software/make/" |
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | LICENSE = "GPL" | ||
8 | 7 | ||
9 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ | 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ |
10 | file://SCCS.patch" | 9 | file://SCCS.patch" |
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb index bea33397b5..2b512bd578 100644 --- a/meta/recipes-devtools/make/make_3.82.bb +++ b/meta/recipes-devtools/make/make_3.82.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | PR = "r1" | 1 | PR = "r1" |
2 | LICENSE="GPLv3&LGPLv2" | 2 | LICENSE = "GPLv3 & LGPLv2" |
3 | LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | 4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" |
5 | require make.inc | 5 | require make.inc |