All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-chip][PATCH] u-boot-chip: fix md5sum
@ 2016-04-11 18:28 Trevor Woerner
  2016-04-22 14:26 ` Trevor Woerner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Trevor Woerner @ 2016-04-11 18:28 UTC (permalink / raw)
  To: yocto

The u-boot master and chip/stable branches have diverged such that the md5sums
of the License README files are now different. The latest master branch has
added a "SIL OPEN FONT LICENSE (OFL-1.1)" license.

diff:
	--- chip/stable-README	2016-04-10 02:05:30.783023170 -0400
	+++ upstream-README	2016-04-11 13:48:34.973027406 -0400
	@@ -67,4 +67,5 @@
	 IBM PIBS (PowerPC Initialization and		IBM-pibs			ibm-pibs.txt
		Boot Software) license
	 ISC License					ISC		Y		isc.txt			https://spdx.org/licenses/ISC
	+SIL OPEN FONT LICENSE (OFL-1.1)		OFL-1.1		Y		OFL.txt			https://spdx.org/licenses/OFL-1.1.html
	 X11 License					X11				x11.txt			https://spdx.org/licenses/X11.html

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-bsp/u-boot/u-boot-chip_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/u-boot/u-boot-chip_git.bb b/recipes-bsp/u-boot/u-boot-chip_git.bb
index 2342478..60db3e0 100644
--- a/recipes-bsp/u-boot/u-boot-chip_git.bb
+++ b/recipes-bsp/u-boot/u-boot-chip_git.bb
@@ -2,6 +2,8 @@ require recipes-bsp/u-boot/u-boot.inc
 
 DESCRIPTION = "U-Boot port for C.H.I.P. boards"
 
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
+
 DEPENDS += "dtc-native"
 PROVIDES += "u-boot"
 
-- 
2.7.0.rc3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-10 14:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 18:28 [meta-chip][PATCH] u-boot-chip: fix md5sum Trevor Woerner
2016-04-22 14:26 ` Trevor Woerner
2016-04-27 13:23 ` Trevor Woerner
2016-05-06 12:35 ` Trevor Woerner
2016-05-10 14:52 ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.