diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-23 14:49:20 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:51 -0800 |
commit | 63aaa4ed41f973cab8affbe1aceb29714a37b27f (patch) | |
tree | 0f14f0a0f8dda8c04948d95ca295c7cf0b2cd842 /meta/recipes-connectivity | |
parent | 07d5f6c80eb2006d7dcaf286eea450d86b73d69a (diff) | |
download | poky-63aaa4ed41f973cab8affbe1aceb29714a37b27f.tar.gz |
gypsy: Upgrade to version 0.8
Fixed recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_0.6.bb | 15 | ||||
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_0.8.bb | 25 |
2 files changed, 25 insertions, 15 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.6.bb b/meta/recipes-connectivity/gypsy/gypsy_0.6.bb deleted file mode 100644 index 9328f969bd..0000000000 --- a/meta/recipes-connectivity/gypsy/gypsy_0.6.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | SUMMARY = "GPS Multiplexing Daemon" | ||
2 | DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \ | ||
3 | multiple clients to access GPS data from multiple GPS sources \ | ||
4 | concurrently. Gypsy also hides the details of parsing NMEA from the \ | ||
5 | client applications, passing the data as simple values for the clients \ | ||
6 | to use." | ||
7 | LICENSE = "GPL" | ||
8 | SECTION = "x11" | ||
9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | ||
10 | |||
11 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | FILES_${PN} += "/usr/share/dbus-1/services/" | ||
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb new file mode 100644 index 0000000000..ab7f6b086a --- /dev/null +++ b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "GPS Multiplexing Daemon" | ||
2 | DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \ | ||
3 | multiple clients to access GPS data from multiple GPS sources \ | ||
4 | concurrently. Gypsy also hides the details of parsing NMEA from the \ | ||
5 | client applications, passing the data as simple values for the clients \ | ||
6 | to use." | ||
7 | LICENSE = "GPLv2+ & LGPLv2+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
9 | file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
10 | file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \ | ||
11 | file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd" | ||
12 | |||
13 | SECTION = "x11" | ||
14 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | ||
15 | |||
16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" | ||
17 | |||
18 | PR = "r0" | ||
19 | |||
20 | inherit autotools pkgconfig | ||
21 | |||
22 | FILES_${PN} += "/usr/share/dbus-1/services/" | ||
23 | |||
24 | SRC_URI[md5sum] = "32b8db24db86d2dac87b391dd255f4bf" | ||
25 | SRC_URI[sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa" | ||