diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-19 18:12:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-20 12:35:43 +0100 |
commit | bbdd81fcd25d2d5aa730a1ea99eecf50a2111989 (patch) | |
tree | 0cf29c8d9c7163ee189517f104bc33b8e937465e | |
parent | f2528db8f466a21ca207b310fffa7b05884b4579 (diff) | |
download | openembedded-core-bbdd81fcd25d2d5aa730a1ea99eecf50a2111989.tar.gz openembedded-core-bbdd81fcd25d2d5aa730a1ea99eecf50a2111989.tar.bz2 openembedded-core-bbdd81fcd25d2d5aa730a1ea99eecf50a2111989.zip |
u-boot: fix LIC_FILE_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb index 4c8f5df597..bd619ed8d5 100644 --- a/meta/recipes-bsp/uboot/u-boot_git.bb +++ b/meta/recipes-bsp/uboot/u-boot_git.bb @@ -1,7 +1,7 @@ require u-boot.inc LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \ file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" |