[oe-commits] Khem Raj : htop: Link with libubacktrace when compiling for uclibc

git version control git at git.openembedded.org
Fri Jul 1 17:48:15 UTC 2011


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Jul  2 00:36:10 2011 +0000

htop: Link with libubacktrace when compiling for uclibc

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-support/htop/htop_0.9.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/htop/htop_0.9.bb b/meta-oe/recipes-support/htop/htop_0.9.bb
index eb207aa..25dac4c 100644
--- a/meta-oe/recipes-support/htop/htop_0.9.bb
+++ b/meta-oe/recipes-support/htop/htop_0.9.bb
@@ -9,9 +9,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
 DEPENDS = "ncurses"
 RDEPENDS_${PN} = "ncurses-terminfo"
 
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
            file://remove-proc-test.patch"
 
+LDFLAGS_append_libc-uclibc = " -lubacktrace"
+
 inherit autotools
 
 SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8"





More information about the Openembedded-commits mailing list