| Submitter | Khem Raj |
|---|---|
| Date | May 9, 2011, 6:40 p.m. |
| Message ID | <ac0fa903032e64503c78ee95089c40d2cdb8c837.1304966147.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/3495/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb index 6d9f76b..3a47620 100644 --- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb +++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb @@ -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 +}
uclibc targets may not have gettext but this package still needs config.rpath during regenerating configury so we provide it when libc is uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../recipes-connectivity/galago/libgalago_0.5.2.bb | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)