diff options
author | Ilya Yanok <yanok@emcraft.com> | 2011-02-08 21:26:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-09 11:24:58 +0000 |
commit | 8bf1bf21896781a03e8d3921d6b8654fd1c78eae (patch) | |
tree | 6987684bb0aba42c22ebea635c0252aebcf184f1 /meta/recipes-bsp | |
parent | 5f2cf65e6510cc4cd9dc2a9ea2de879fad1894a7 (diff) | |
download | poky-8bf1bf21896781a03e8d3921d6b8654fd1c78eae.tar.gz |
u-boot: add LIC_FILES_CHKSUM
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc index d1815493a6..503d2c335b 100644 --- a/meta/recipes-bsp/uboot/u-boot.inc +++ b/meta/recipes-bsp/uboot/u-boot.inc | |||
@@ -5,6 +5,8 @@ PRIORITY = "optional" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | PROVIDES = "virtual/bootloader" | 6 | PROVIDES = "virtual/bootloader" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | ||
9 | |||
8 | inherit deploy | 10 | inherit deploy |
9 | 11 | ||
10 | PARALLEL_MAKE="" | 12 | PARALLEL_MAKE="" |