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/logicpd-pxa270_2.6.19.2.bb | |
parent | 2f986116ca46536bdad75433755de1cfc3450847 (diff) |
linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'
Diffstat (limited to 'recipes/linux/logicpd-pxa270_2.6.19.2.bb')
-rw-r--r-- | recipes/linux/logicpd-pxa270_2.6.19.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/logicpd-pxa270_2.6.19.2.bb b/recipes/linux/logicpd-pxa270_2.6.19.2.bb index 7a4eaae99b..5c508fd03a 100644 --- a/recipes/linux/logicpd-pxa270_2.6.19.2.bb +++ b/recipes/linux/logicpd-pxa270_2.6.19.2.bb @@ -1,6 +1,6 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the LogicPD Zoom(PXA270 ref design)" -LICENSE = "GPL" +LICENSE = "GPLv2" PR = "r1" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.2.tar.bz2 \ |