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/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc | |
parent | 2f986116ca46536bdad75433755de1cfc3450847 (diff) |
linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'
Diffstat (limited to 'recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc')
-rw-r--r-- | recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc b/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc index 6428629316..2eb111d009 100644 --- a/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc +++ b/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Linux kernel for OpenZaurus PXA processor based devices." SECTION = "kernel" -LICENSE = "GPL" +LICENSE = "GPLv2" PV = "2.4.18-rmk7-pxa3-embedix" PR = "r46" KV = "2.4.18" |