[oe-commits] Joshua Lock : gypsy: fix LICENSE field

git at git.openembedded.org git at git.openembedded.org
Wed Dec 21 17:20:31 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 6ca1a7f7fc95d964832d80e69c2cc62fbe06a69e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6ca1a7f7fc95d964832d80e69c2cc62fbe06a69e

Author: Joshua Lock <josh at linux.intel.com>
Date:   Thu Dec 15 15:11:55 2011 -0800

gypsy: fix LICENSE field

Gypsy binaries are Gplv2.0 and the libraries LGPLv2.1

Signed-off-by: Joshua Lock <josh at linux.intel.com>

---

 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 9b1c97e..11a7204 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"
 





More information about the Openembedded-commits mailing list