[oe-commits] Khem Raj : rpm: pass lrt and lpthread to link step explicitly for uclibc

git at git.openembedded.org git at git.openembedded.org
Mon Jun 18 12:17:51 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: e5d141fff4a96fbdac63586638fb286f263af216
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e5d141fff4a96fbdac63586638fb286f263af216

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jun  6 18:20:43 2012 -0700

rpm: pass lrt and lpthread to link step explicitly for uclibc

These need to appear in DT_NEEDED for librpmio.so
for uclibc somehow it does not get added to link
cmdline so we do it explicitly.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 meta/recipes-devtools/rpm/rpm_5.4.9.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index ccf015a..8e892a8 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
@@ -182,6 +182,8 @@ EXTRA_OECONF += "--verbose \
 
 CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY -DRPM_VENDOR_OE"
 
+LDFLAGS_append_libc-uclibc = "-lrt -lpthread"
+
 PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-libs ${PN}-dev ${PN}-staticdev ${PN}-common ${PN}-build python-rpm-dbg python-rpm-staticdev python-rpm perl-module-rpm perl-module-rpm-dev ${PN}-locale"
 
 SOLIBS = "5.4.so"





More information about the Openembedded-commits mailing list