diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 22:37:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 22:37:43 +0100 |
commit | 99c94141d7f460aaf4ed4fffac8920e5955716d8 (patch) | |
tree | 642e870c5f4c0249dd095168d6d980ff5384ad17 /recipes-bsp | |
parent | 552a02054c66f8d25a7679d8b17d5cddec00ed55 (diff) | |
download | meta-ti-99c94141d7f460aaf4ed4fffac8920e5955716d8.tar.gz |
TI BSP: add kernel license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/linux/linux.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/linux/linux.inc b/recipes-bsp/linux/linux.inc index 47da439d..09691421 100644 --- a/recipes-bsp/linux/linux.inc +++ b/recipes-bsp/linux/linux.inc | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "Linux Kernel" | |||
2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | ||
6 | |||
5 | inherit kernel siteinfo | 7 | inherit kernel siteinfo |
6 | 8 | ||
7 | RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" | 9 | RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" |