diff options
author | Qing He <qing.he@intel.com> | 2010-11-26 17:40:26 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-01 20:47:05 -0800 |
commit | b9e40013b146c7b11a57403d922d8866be08a53a (patch) | |
tree | ee81286d9a890233bb05ee757e1f82b0226c3549 | |
parent | 409b710e88a62618bc4d514d9fb81795ff567c8e (diff) | |
download | ast2050-yocto-poky-b9e40013b146c7b11a57403d922d8866be08a53a.zip ast2050-yocto-poky-b9e40013b146c7b11a57403d922d8866be08a53a.tar.gz |
u-boot-mkimage: update license info
Signed-off-by: Qing He <qing.he@intel.com>
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb b/meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb index bf07198..895763b 100644 --- a/meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb +++ b/meta/recipes-bsp/uboot/u-boot-mkimage_2009.08.bb @@ -1,5 +1,6 @@ DESCRIPTION = "U-boot bootloader mkimage tool" -LICENSE = "GPL" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" SECTION = "bootloader" PR = "r1" |