diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-15 15:11:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:11:28 +0000 |
commit | 6ca1a7f7fc95d964832d80e69c2cc62fbe06a69e (patch) | |
tree | 0220da4fa3d3ca3a238a1c58d7279d4a4ec60681 /meta/recipes-connectivity/gypsy/gypsy.inc | |
parent | ae4118a1f78f113c3d687c3aa6a86007cf977cae (diff) | |
download | openembedded-core-6ca1a7f7fc95d964832d80e69c2cc62fbe06a69e.tar.gz openembedded-core-6ca1a7f7fc95d964832d80e69c2cc62fbe06a69e.tar.bz2 openembedded-core-6ca1a7f7fc95d964832d80e69c2cc62fbe06a69e.zip |
gypsy: fix LICENSE field
Gypsy binaries are Gplv2.0 and the libraries LGPLv2.1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gypsy/gypsy.inc')
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy.inc | 2 |
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 \ 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" |