mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 04:49:34 +00:00
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>
This commit is contained in:
parent
a8252c8ecf
commit
7e3451f4e7
@ -9,9 +9,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
|
|||||||
DEPENDS = "ncurses"
|
DEPENDS = "ncurses"
|
||||||
RDEPENDS_${PN} = "ncurses-terminfo"
|
RDEPENDS_${PN} = "ncurses-terminfo"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
|
||||||
file://remove-proc-test.patch"
|
file://remove-proc-test.patch"
|
||||||
|
|
||||||
|
LDFLAGS_append_libc-uclibc = " -lubacktrace"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8"
|
SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user