diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot-mkimage-native_1.3.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot-mkimage-native_1.3.2.bb b/meta/recipes-bsp/uboot/u-boot-mkimage-native_1.3.2.bb index fcba0d566..eab286c27 100644 --- a/meta/recipes-bsp/uboot/u-boot-mkimage-native_1.3.2.bb +++ b/meta/recipes-bsp/uboot/u-boot-mkimage-native_1.3.2.bb @@ -5,6 +5,8 @@ SECTION = "bootloader" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ file://fix-arm920t-eabi.patch;patch=1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" + S = "${WORKDIR}/u-boot-${PV}" inherit native |