summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-12-15 15:11:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-21 17:16:31 +0000
commit212bd3760956fa38e0c2fc7f9d43eeaaa1735a47 (patch)
treeffb8bf0326c1acc91b711a56c76102d9899b71a4 /meta/recipes-connectivity
parent7b023bac25d9db3ad7655e91811c89296a040076 (diff)
downloadpoky-212bd3760956fa38e0c2fc7f9d43eeaaa1735a47.tar.gz
gypsy: fix LICENSE field
Gypsy binaries are Gplv2.0 and the libraries LGPLv2.1 (From OE-Core rev: 6ca1a7f7fc95d964832d80e69c2cc62fbe06a69e) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy.inc b/meta/recipes-connectivity/gypsy/gypsy.inc
index 9b1c97e1db..11a72046fe 100644
--- a/meta/recipes-connectivity/gypsy/gypsy.inc
+++ b/meta/recipes-connectivity/gypsy/gypsy.inc
@@ -4,7 +4,7 @@ multiple clients to access GPS data from multiple GPS sources \
4concurrently. Gypsy also hides the details of parsing NMEA from the \ 4concurrently. Gypsy also hides the details of parsing NMEA from the \
5client applications, passing the data as simple values for the clients \ 5client applications, passing the data as simple values for the clients \
6to use." 6to use."
7LICENSE = "GPL" 7LICENSE = "GPLv2.0 & LGPLv2.1"
8SECTION = "x11" 8SECTION = "x11"
9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" 9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
10 10