diff options
| -rw-r--r-- | meta/recipes-devtools/make/make.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/make/make_3.82.bb | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index 6bfe576479..5de74e4261 100644 --- a/meta/recipes-devtools/make/make.inc +++ b/meta/recipes-devtools/make/make.inc | |||
| @@ -9,5 +9,3 @@ SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ | |||
| 9 | file://SCCS.patch" | 9 | file://SCCS.patch" |
| 10 | 10 | ||
| 11 | inherit autotools gettext | 11 | inherit autotools gettext |
| 12 | |||
| 13 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb index 2b512bd578..8167c01f37 100644 --- a/meta/recipes-devtools/make/make_3.82.bb +++ b/meta/recipes-devtools/make/make_3.82.bb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | PR = "r1" | 1 | PR = "r2" |
| 2 | LICENSE = "GPLv3 & LGPLv2" | 2 | LICENSE = "GPLv3 & LGPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
| 4 | file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | 5 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" |
| 5 | require make.inc | 6 | require make.inc |
| 6 | 7 | ||
| @@ -8,3 +9,5 @@ SRC_URI += "file://expand_MAKEFLAGS.patch" | |||
| 8 | 9 | ||
| 9 | SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" | 10 | SRC_URI[md5sum] = "1a11100f3c63fcf5753818e59d63088f" |
| 10 | SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" | 11 | SRC_URI[sha256sum] = "e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966" |
| 12 | |||
| 13 | BBCLASSEXTEND = "native" | ||
