diff options
-rw-r--r-- | meta-oe/recipes-support/libunwind/libunwind.inc | 12 | ||||
-rw-r--r-- | meta-oe/recipes-support/libunwind/libunwind_1.1.bb | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc new file mode 100644 index 0000000000..f028766b6f --- /dev/null +++ b/meta-oe/recipes-support/libunwind/libunwind.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program" | ||
2 | HOMEPAGE = "http://www.nongnu.org/libunwind" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5" | ||
5 | |||
6 | SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz" | ||
7 | |||
8 | inherit autotools | ||
9 | |||
10 | EXTRA_OECONF_arm = "--enable-debug-frame" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-oe/recipes-support/libunwind/libunwind_1.1.bb b/meta-oe/recipes-support/libunwind/libunwind_1.1.bb new file mode 100644 index 0000000000..bc38e36440 --- /dev/null +++ b/meta-oe/recipes-support/libunwind/libunwind_1.1.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require libunwind.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce" | ||
4 | SRC_URI[sha256sum] = "9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a" | ||