mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libunwind: add 1.1 version
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
97ded03d71
commit
6c1617f4de
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5"
|
||||
|
||||
SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF_arm = "--enable-debug-frame"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1,4 @@
|
||||
require libunwind.inc
|
||||
|
||||
SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce"
|
||||
SRC_URI[sha256sum] = "9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a"
|
||||
Reference in New Issue
Block a user