aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/ixp4xx-kernel.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-15 15:14:15 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-15 15:14:15 +0100
commitd19778d422c02e1d01676148cf9db8be20155bca (patch)
tree4d7d8569421b8af6ba96c572ec911dc2d5d95b36 /recipes/linux/ixp4xx-kernel.inc
parent2f986116ca46536bdad75433755de1cfc3450847 (diff)
downloadopenembedded-d19778d422c02e1d01676148cf9db8be20155bca.tar.gz
linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'
Diffstat (limited to 'recipes/linux/ixp4xx-kernel.inc')
-rw-r--r--recipes/linux/ixp4xx-kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/ixp4xx-kernel.inc b/recipes/linux/ixp4xx-kernel.inc
index 910819e666..10779c52c7 100644
--- a/recipes/linux/ixp4xx-kernel.inc
+++ b/recipes/linux/ixp4xx-kernel.inc
@@ -24,7 +24,7 @@
#
SECTION = "kernel"
DESCRIPTION = "Linux kernel for the Intel IXP4xx device"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
DEPENDS = "arm-kernel-shim devio-native"