ltrace: add PV and PACKAGECONFIG for libunwind
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 5 Aug 2014 10:54:03 +0000 (12:54 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:08 +0000 (08:41 -0800)
(From meta-openembedded rev: e0e1f8d24447098d4c2652cea1930edd36616c91)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ltrace-0.7.2-unused-typedef.patch [moved from meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace-git/ltrace-0.7.2-unused-typedef.patch with 100% similarity]
meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace_git.bb

index 89f760a..507747a 100644 (file)
@@ -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 () {
        ( cd ${S}; ./autogen.sh )
 }