aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make.inc
blob: 40363450895b166a29c217dc814613ac500b4569 (plain)
1
2
3
4
5
6
7
8
9
10
SUMMARY = "GNU tool that controls the build process"
DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \
program from the program's source files.  Make gets its knowledge of how to build your program from a file \
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"

SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"

inherit autotools gettext pkgconfig
"4.0+git${SRCPV}" DEPENDS += "zlib" SRC_URI = "git://review.coreboot.org/p/coreboot;protocol=http \ file://cross-compile.patch \ file://fix-makefile-to-find-libz.patch \ " S = "${WORKDIR}/git/util/mkelfImage" CFLAGS += "-fno-stack-protector" CACHED_CONFIGUREVARS += "HOST_CC='${BUILD_CC}'" EXTRA_OEMAKE += "HOST_CPPFLAGS='${BUILD_CPPFLAGS}'" inherit autotools-brokensep do_install_append() { rmdir ${D}${datadir}/mkelfImage/elf32-i386 rmdir ${D}${datadir}/mkelfImage } BBCLASSEXTEND = "native"