[oe-commits] Steffen Sledz : libunwind: --enable-debug-frame is needed for arm

git version control git at git.openembedded.org
Wed Aug 4 08:11:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 512e1a98b9acc26976c00b045b65dcef4c4cb9ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=512e1a98b9acc26976c00b045b65dcef4c4cb9ee

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Wed Aug  4 09:39:28 2010 +0200

libunwind: --enable-debug-frame is needed for arm

Signed-off-by: Steffen Sledz <sledz at dresearch.de>

---

 recipes/libunwind/libunwind.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/libunwind/libunwind.inc b/recipes/libunwind/libunwind.inc
index b4ccce8..853d3e6 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"





More information about the Openembedded-commits mailing list