OE-core moved the LICENSE info from the .inc to the .bb, update u-boot-overo to match.
This fixes an error in bitbake-prserv-tool export. Signed-off-by: Koen Kooi <[email protected]> --- recipes-bsp/u-boot/u-boot-overo_2013.07.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-overo_2013.07.bb b/recipes-bsp/u-boot/u-boot-overo_2013.07.bb index df43372..348c933 100644 --- a/recipes-bsp/u-boot/u-boot-overo_2013.07.bb +++ b/recipes-bsp/u-boot/u-boot-overo_2013.07.bb @@ -1,5 +1,9 @@ require recipes-bsp/u-boot/u-boot.inc +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ + file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab" + # SPL build UBOOT_BINARY = "u-boot.img" UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" -- 1.9.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
