aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libunwind
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2010-08-04 09:39:28 +0200
committerSteffen Sledz <sledz@dresearch.de>2010-08-04 09:41:14 +0200
commit512e1a98b9acc26976c00b045b65dcef4c4cb9ee (patch)
treee429f75926e5cd3cff76498b197abed7935180a6 /recipes/libunwind
parent00e29a97f4c085ca5faf8de3545c5f07c2981dff (diff)
downloadopenembedded-512e1a98b9acc26976c00b045b65dcef4c4cb9ee.tar.gz
libunwind: --enable-debug-frame is needed for arm
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/libunwind')
-rw-r--r--recipes/libunwind/libunwind.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libunwind/libunwind.inc b/recipes/libunwind/libunwind.inc
index b4ccce8661..853d3e6972 100644
--- a/recipes/libunwind/libunwind.inc
+++ b/recipes/libunwind/libunwind.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program"
HOMEPAGE = "http://www.nongnu.org/libunwind"
LICENSE = "MIT"
-INC_PR = "r0"
+INC_PR = "r1"
SRC_URI = "http://download.savannah.nongnu.org/releases/libunwind/${PN}-${PV}.tar.gz;name=archive"
@@ -9,4 +9,6 @@ S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
+EXTRA_OECONF_arm = "--enable-debug-frame"
+
BBCLASSEXTEND = "native"