diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2012-10-04 13:14:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:39 +0100 |
commit | 7817d91970e204b8bc1b733b8a6dd86a48aa27be (patch) | |
tree | f46e3ac67dfbd071730297b35bd9b003ec4f19b4 | |
parent | 2b5acdc0bc8412974ce38abe8e4dc75363cbfaf5 (diff) | |
download | poky-7817d91970e204b8bc1b733b8a6dd86a48aa27be.tar.gz |
gypsy: removed gypsy from meta/recipes-connectivity
removed also entry from meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc
(From OE-Core rev: 817c4e661da1e9baa947a420d690248971301102)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/gypsy/files/fixups.patch | 21 | ||||
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy.inc | 15 | ||||
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_0.9.bb | 24 | ||||
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_git.bb | 18 | ||||
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc | 1 |
5 files changed, 0 insertions, 79 deletions
diff --git a/meta/recipes-connectivity/gypsy/files/fixups.patch b/meta/recipes-connectivity/gypsy/files/fixups.patch deleted file mode 100644 index de4d92ea1b..0000000000 --- a/meta/recipes-connectivity/gypsy/files/fixups.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | --- | ||
4 | docs/reference/Makefile.am | 2 ++ | ||
5 | 1 file changed, 2 insertions(+) | ||
6 | |||
7 | --- gypsy.orig/docs/reference/Makefile.am | ||
8 | +++ gypsy/docs/reference/Makefile.am | ||
9 | @@ -81,10 +81,12 @@ expand_content_files= | ||
10 | # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) | ||
11 | |||
12 | INCLUDES=-I$(top_srcdir) $(GYPSY_CFLAGS) | ||
13 | GTKDOC_LIBS=$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS) | ||
14 | |||
15 | +EXTRA_DIST = | ||
16 | +CLEANFILES = | ||
17 | # This includes the standard gtk-doc make rules, copied by gtkdocize. | ||
18 | include $(top_srcdir)/gtk-doc.make | ||
19 | |||
20 | # Other files to distribute | ||
21 | # e.g. EXTRA_DIST += version.xml.in | ||
diff --git a/meta/recipes-connectivity/gypsy/gypsy.inc b/meta/recipes-connectivity/gypsy/gypsy.inc deleted file mode 100644 index 0c1735e1b4..0000000000 --- a/meta/recipes-connectivity/gypsy/gypsy.inc +++ /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 = "GPLv2.0 & LGPLv2.1" | ||
8 | SECTION = "x11" | ||
9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" | ||
10 | |||
11 | inherit autotools pkgconfig gtk-doc | ||
12 | |||
13 | EXTRA_OECONF += "--with-distro=debian" | ||
14 | |||
15 | FILES_${PN} += "/usr/share/dbus-1/services/" | ||
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.9.bb b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb deleted file mode 100644 index 51207c9a06..0000000000 --- a/meta/recipes-connectivity/gypsy/gypsy_0.9.bb +++ /dev/null | |||
@@ -1,24 +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 = "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 | PR = "r1" | ||
18 | |||
19 | inherit autotools pkgconfig | ||
20 | |||
21 | FILES_${PN} += "/usr/share/dbus-1/system-services/" | ||
22 | |||
23 | SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a" | ||
24 | SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6" | ||
diff --git a/meta/recipes-connectivity/gypsy/gypsy_git.bb b/meta/recipes-connectivity/gypsy/gypsy_git.bb deleted file mode 100644 index 867582d9d3..0000000000 --- a/meta/recipes-connectivity/gypsy/gypsy_git.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | require gypsy.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5" | ||
6 | PV = "0.8+git${SRCPV}" | ||
7 | PR = "r2" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | LICENSE = "GPLv2+ & LGPLv2+" | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
13 | file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
14 | file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \ | ||
15 | file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd" | ||
16 | |||
17 | SRC_URI = "git://anongit.freedesktop.org/gypsy;protocol=git \ | ||
18 | file://fixups.patch" | ||
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc b/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc index 2289572190..a6403fc338 100644 --- a/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc +++ b/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc | |||
@@ -17,7 +17,6 @@ SDK-GMAE = " \ | |||
17 | gupnp \ | 17 | gupnp \ |
18 | gupnp-av \ | 18 | gupnp-av \ |
19 | gupnp-tools \ | 19 | gupnp-tools \ |
20 | gypsy \ | ||
21 | libart-lgpl \ | 20 | libart-lgpl \ |
22 | libtelepathy \ | 21 | libtelepathy \ |
23 | pulseaudio \ | 22 | pulseaudio \ |