]> code.ossystems Code Review - openembedded-core.git/commitdiff
gypsy: fix LICENSE field
authorJoshua Lock <josh@linux.intel.com>
Thu, 15 Dec 2011 23:11:55 +0000 (15:11 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Dec 2011 17:11:28 +0000 (17:11 +0000)
Gypsy binaries are Gplv2.0 and the libraries LGPLv2.1

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-connectivity/gypsy/gypsy.inc

index 9b1c97e1db77f02b432311aea806f4fe8289e19e..11a72046fe0d021ca9351062c0269043491d2611 100644 (file)
@@ -4,7 +4,7 @@ multiple clients to access GPS data from multiple GPS sources \
 concurrently.  Gypsy also hides the details of parsing NMEA from the \
 client applications, passing the data as simple values for the clients \
 to use."
-LICENSE = "GPL"
+LICENSE = "GPLv2.0 & LGPLv2.1"
 SECTION = "x11"
 DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"