diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-15 15:14:15 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-15 15:14:15 +0100 |
commit | d19778d422c02e1d01676148cf9db8be20155bca (patch) | |
tree | 4d7d8569421b8af6ba96c572ec911dc2d5d95b36 /recipes/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb | |
parent | 2f986116ca46536bdad75433755de1cfc3450847 (diff) |
linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'
Diffstat (limited to 'recipes/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb')
-rw-r--r-- | recipes/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb b/recipes/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb index b001763710..02dc68a110 100644 --- a/recipes/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb +++ b/recipes/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb @@ -1,6 +1,6 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for MNCI device" -LICENSE = "GPL" +LICENSE = "GPLv2" DEPENDS = "modutils-cross virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX}" COMPATIBLE_MACHINE = "mnci" KV = "2.4.21" |