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/linux-handhelds-2.6.inc | |
parent | 2f986116ca46536bdad75433755de1cfc3450847 (diff) |
linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic 'GPL'
Diffstat (limited to 'recipes/linux/linux-handhelds-2.6.inc')
-rw-r--r-- | recipes/linux/linux-handhelds-2.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-handhelds-2.6.inc b/recipes/linux/linux-handhelds-2.6.inc index fe482830f8..4a3ed7d23e 100644 --- a/recipes/linux/linux-handhelds-2.6.inc +++ b/recipes/linux/linux-handhelds-2.6.inc @@ -1,6 +1,6 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." -LICENSE = "GPL" +LICENSE = "GPLv2" COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE ?= "(asus620|asus730|aximx50|aximx50v|eseries|h1910|h2200|h3600|h3800|h3900|h4000|h5000|htcalpine|htcapache|htcblueangel|htchermes|htchimalaya|htcsable|htcuniversal|htcwallaby|hx4700|ghi270|looxc550|jornada56x|magician|rx1950|rx3000)" |