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 | |
| parent | 2f986116ca46536bdad75433755de1cfc3450847 (diff) | |
linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'
117 files changed, 117 insertions, 117 deletions
diff --git a/recipes/linux/LAB-kernel_2.6.13-hh2.bb b/recipes/linux/LAB-kernel_2.6.13-hh2.bb index f03a7db402..8340043f82 100644 --- a/recipes/linux/LAB-kernel_2.6.13-hh2.bb +++ b/recipes/linux/LAB-kernel_2.6.13-hh2.bb @@ -1,6 +1,6 @@ SECTION = "kernel" DESCRIPTION = "Liux As Bootloader kernelm" -LICENSE = "GPL" +LICENSE = "GPLv2" COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE = "h2200" diff --git a/recipes/linux/LAB-kernel_cvs.bb b/recipes/linux/LAB-kernel_cvs.bb index 0daa4742f3..2ee43c7ac8 100644 --- a/recipes/linux/LAB-kernel_cvs.bb +++ b/recipes/linux/LAB-kernel_cvs.bb @@ -1,6 +1,6 @@ SECTION = "kernel" DESCRIPTION = "Liux As Bootloader kernelm" -LICENSE = "GPL" +LICENSE = "GPLv2" PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-hh${HHV}+cvs${SRCDATE}" #!BIG FAT WARNING: diff --git a/recipes/linux/c7x0-kernels-2.4-embedix.bb b/recipes/linux/c7x0-kernels-2.4-embedix.bb index 60b7a5cafb..95bdfbce61 100644 --- a/recipes/linux/c7x0-kernels-2.4-embedix.bb +++ b/recipes/linux/c7x0-kernels-2.4-embedix.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Build all c7x0 kernels in one go" SECTION = "kernel" -LICENSE = "GPL" +LICENSE = "GPLv2" PROVIDES = "virtual/kernel" PR = "r1" diff --git a/recipes/linux/chumby-kernel_2.6.16-chumby-1.2.bb b/recipes/linux/chumby-kernel_2.6.16-chumby-1.2.bb index 4967c1ec35..91d32c98f6 100644 --- a/recipes/linux/chu |
