mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 02:02:25 +02:00
When building GNU Smalltalk libsigsegv will be available and m4 will start to use it. This leads to the below warning: WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps] (From OE-Core rev: 564e6b34831556d720c5a9d1c6bc9e7758c77e53) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
565 B
PHP
12 lines
565 B
PHP
SUMMARY = "Traditional Unix macro processor"
|
|
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 \
|
|
compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \
|
|
GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc."
|
|
|
|
inherit autotools texinfo
|
|
|
|
EXTRA_OECONF += "--without-libsigsegv-prefix"
|
|
EXTRA_OEMAKE += "'infodir=${infodir}'"
|
|
LDFLAGS_prepend_libc-uclibc = " -lrt "
|
|
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
|