mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
libgalago_0.5.2.bb: Fix compile for uclibc
uclibc targets may not have gettext but this package still needs config.rpath during regenerating configury so we provide it when libc is uclibc. (From OE-Core rev: a5f71d8bfe794808cbe5e9e1f4a37ed4e87a15fb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,3 +18,7 @@ PR = "r2"
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
EXTRA_OECONF = "--disable-tests --disable-check"
|
||||
|
||||
do_configure_prepend_libc-uclibc() {
|
||||
touch ${S}/config.rpath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user