| Submitter | Joshua Lock |
|---|---|
| Date | Dec. 15, 2011, 11:30 p.m. |
| Message ID | <bb9729b5850499907686332effdaea4dee0c36bc.1323991540.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17051/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-connectivity/gypsy/gypsy.inc b/meta/recipes-connectivity/gypsy/gypsy.inc index 9b1c97e..c2dead4 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 = "GPL-2.0 & LGPL-2.1" SECTION = "x11" DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
Gypsy binaries are Gpl-2.0 and the libraries LGPL-2.0 Signed-off-by: Joshua Lock <josh@linux.intel.com> --- meta/recipes-connectivity/gypsy/gypsy.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)