| Submitter | Khem Raj |
|---|---|
| Date | June 9, 2012, 4:43 p.m. |
| Message ID | <05b8d05bd217e313338d2566e16c0fe644ba5a52.1339259893.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/29573/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index a8bff65..e9d2f35e 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb @@ -178,6 +178,8 @@ EXTRA_OECONF = "--verbose \ CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY" +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"
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@gmail.com> --- meta/recipes-devtools/rpm/rpm_5.4.0.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)