mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user