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:
Khem Raj 2011-05-05 22:10:22 -07:00 committed by Richard Purdie
parent 630a645ed6
commit 3fbb7b5879
1 changed files with 4 additions and 0 deletions

View File

@ -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
}