[yocto] [meta-chip][PATCH] u-boot-chip: fix md5sum

Trevor Woerner twoerner at gmail.com
Fri Apr 22 07:26:38 PDT 2016


ping?

(this is needed to build successfully)

On Mon 2016-04-11 @ 02:28:30 PM, Trevor Woerner wrote:
> 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 at 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
> 



More information about the yocto mailing list