diff options
| author | Saul Wold <sgw@linux.intel.com> | 2010-12-25 00:11:36 -0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2010-12-25 00:11:36 -0800 |
| commit | 9951a44e6d1bf1d68c6d969564cb44f1f72c0fc2 (patch) | |
| tree | 848a880cfe165110644a0491cf0c8fd3a650319b | |
| parent | f6e8c338c443a14720a7c14c3c578a264ed44fa6 (diff) | |
| download | poky-9951a44e6d1bf1d68c6d969564cb44f1f72c0fc2.tar.gz | |
u-boot: add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
| -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 fcba0d5662..eab286c272 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" | |||
| 5 | SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ | 5 | SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ |
| 6 | file://fix-arm920t-eabi.patch;patch=1" | 6 | file://fix-arm920t-eabi.patch;patch=1" |
| 7 | 7 | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | ||
| 9 | |||
| 8 | S = "${WORKDIR}/u-boot-${PV}" | 10 | S = "${WORKDIR}/u-boot-${PV}" |
| 9 | 11 | ||
| 10 | inherit native | 12 | inherit native |
