diff options
Diffstat (limited to 'meta-oe/recipes-support/libunwind/libunwind.inc')
| -rw-r--r-- | meta-oe/recipes-support/libunwind/libunwind.inc | 12 |
1 files changed, 12 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" | ||
