git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00e29a9
)
libunwind: --enable-debug-frame is needed for arm
author
Steffen Sledz
<sledz@dresearch.de>
Wed, 4 Aug 2010 07:39:28 +0000
(09:39 +0200)
committer
Steffen Sledz
<sledz@dresearch.de>
Wed, 4 Aug 2010 07:41:14 +0000
(09:41 +0200)
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
recipes/libunwind/libunwind.inc
patch
|
blob
|
history
diff --git
a/recipes/libunwind/libunwind.inc
b/recipes/libunwind/libunwind.inc
index
b4ccce8
..
853d3e6
100644
(file)
--- 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 = "r
0
"
+INC_PR = "r
1
"
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"