mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
libunwind: Fix MIT license file checksum
MIT license files must include the copyright notice. (From OE-Core rev: 285b91a9b687be2ac6a398f66d7173384d8976af) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
370ae758d4
commit
fbd9c8b427
@@ -2,7 +2,7 @@ SUMMARY = "Library for obtaining the call-chain of a program"
|
||||
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://COPYING;beginline=3;md5=3fced11d6df719b47505837a51c16ae5"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d80c8ed4062b8339b715f90fa68cc9f"
|
||||
DEPENDS += "libatomic-ops"
|
||||
|
||||
inherit autotools multilib_header
|
||||
|
||||
Reference in New Issue
Block a user