]> code.ossystems Code Review - openembedded-core.git/commitdiff
libunwind: Fix MIT license file checksum
authorWes Lindauer <wesley.lindauer@gmail.com>
Fri, 16 Aug 2019 19:44:04 +0000 (15:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2019 20:50:33 +0000 (21:50 +0100)
MIT license files must include the copyright notice.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/libunwind/libunwind.inc

index 36851d07ed62e3dd478ffee66499350c39e17dad..5726589661f73fd1762c01e88571c06b9ad13b42 100644 (file)
@@ -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