mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
uclibc has recently got posix_spawn implementation and the implementation resided in librt so we link -lrt to get the configure tests using uclibc provided definitions and not the gnu-lib wrappers Let libintl.a live in -staticdev package (From OE-Core rev: 68e07a5ff114b5f413a5eeedeb551d82bc77774c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
511 B
PHP
11 lines
511 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
|
|
|
|
EXTRA_OEMAKE += "'infodir=${infodir}'"
|
|
LDFLAGS_prepend_libc-uclibc = " -lrt "
|
|
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
|