mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
Fedora 14 ships with a version of make which doesn't work with the Makefiles shipped in our busybox and eglibc versions. Enable make native as a workaround. This is a low risk fix for [BUGID #467] Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 lines
372 B
PHP
14 lines
372 B
PHP
DESCRIPTION = "GNU Make examines the timestamps on a set of \
|
|
interdependent files, and, if necessary, issues commands \
|
|
to bring them up-to-date."
|
|
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"
|
|
|
|
inherit autotools gettext
|
|
|
|
BBCLASSEXTEND = "native"
|