From 512e1a98b9acc26976c00b045b65dcef4c4cb9ee Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Wed, 4 Aug 2010 09:39:28 +0200 Subject: libunwind: --enable-debug-frame is needed for arm Signed-off-by: Steffen Sledz --- recipes/libunwind/libunwind.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/libunwind') 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" -- cgit v1.2.3