diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-07-02 00:36:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-01 19:35:53 +0200 |
commit | 7e3451f4e7352cc2c48711170e6a1be7c15e973e (patch) | |
tree | efd83a6712bafa1c769b7667c67665897498e86a /meta-oe/recipes-support/htop | |
parent | a8252c8ecf841a05e6eeb1c478a2c4b3050d38c6 (diff) | |
download | meta-openembedded-7e3451f4e7352cc2c48711170e6a1be7c15e973e.tar.gz |
htop: Link with libubacktrace when compiling for uclibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/htop')
-rw-r--r-- | 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 eb207aabe..25dac4c22 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" | |||
9 | DEPENDS = "ncurses" | 9 | DEPENDS = "ncurses" |
10 | RDEPENDS_${PN} = "ncurses-terminfo" | 10 | RDEPENDS_${PN} = "ncurses-terminfo" |
11 | 11 | ||
12 | PR = "r1" | ||
13 | |||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \ | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \ |
13 | file://remove-proc-test.patch" | 15 | file://remove-proc-test.patch" |
14 | 16 | ||
17 | LDFLAGS_append_libc-uclibc = " -lubacktrace" | ||
18 | |||
15 | inherit autotools | 19 | inherit autotools |
16 | 20 | ||
17 | SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8" | 21 | SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8" |