mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
ltrace: add PV and PACKAGECONFIG for libunwind
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f30df0e549
commit
9ee63edfd9
@ -9,6 +9,8 @@ HOMEPAGE = "http://ltrace.org/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
||||
|
||||
PE = "1"
|
||||
PV = "7.2+git${SRCPV}"
|
||||
SRCREV = "f44b28421979cec88d6d6a778fc27a8cd514f508"
|
||||
|
||||
DEPENDS = "elfutils"
|
||||
@ -20,6 +22,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
|
||||
PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
|
||||
|
||||
do_configure_prepend () {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user