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/xanadux-un-2.6_2.6.12.bb | |
parent | 2f986116ca46536bdad75433755de1cfc3450847 (diff) |
linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'
Diffstat (limited to 'recipes/linux/xanadux-un-2.6_2.6.12.bb')
-rw-r--r-- | recipes/linux/xanadux-un-2.6_2.6.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/xanadux-un-2.6_2.6.12.bb b/recipes/linux/xanadux-un-2.6_2.6.12.bb index 1cc983aa77..60e50139be 100644 --- a/recipes/linux/xanadux-un-2.6_2.6.12.bb +++ b/recipes/linux/xanadux-un-2.6_2.6.12.bb @@ -1,7 +1,7 @@ ############## /home/jrs/cvs/oe/org.openembedded.dev/packages/linux/xanadux-un-2.6_2.6.12.bb ############### DESCRIPTION = "Xanadux HTC-Universal kernel based on the hh 2.6.12" -LICENSE = "GPL" +LICENSE = "GPLv2" PR ="r2" SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanadux;method=pserver;module=linux-2.6-xda;tag=K2-6-12-hh2-xda0-un0" |