diff options
-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 bf07198be..895763bb8 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" |