diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-02 10:43:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 12:00:03 +0100 |
commit | 7c02bb4cef4fe58a001766afe1ea8a5d6d32fc93 (patch) | |
tree | 08547a27c11a7373cfa90540ad8fcdcc444bec95 /meta | |
parent | 2984c87f270ad1219fddc6f022f4bf2ed38d7732 (diff) | |
download | poky-7c02bb4cef4fe58a001766afe1ea8a5d6d32fc93.tar.gz |
galago: remove
Galago has been replaced with Telepathy and Folks, and has been unmaintained for
years.
(From OE-Core rev: b878a9b1af63603779850f420fc0feb2ef78da9f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
5 files changed, 0 insertions, 94 deletions
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb deleted file mode 100644 index 81a367d739..0000000000 --- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "Desktop presence framework" | ||
2 | DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." | ||
3 | HOMEPAGE = "http://www.galago-project.org/" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | DEPENDS = "libgalago dbus glib-2.0" | ||
7 | |||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${BPN}-${PV}.tar.gz " | ||
9 | |||
10 | SRC_URI[md5sum] = "fdb81f938f86f380b127158ebb542279" | ||
11 | SRC_URI[sha256sum] = "db42a0d1d0f8b069ea5ac1203207f9178f25ac1367f4910bd48547f5be1db4c2" | ||
12 | |||
13 | EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/dbus-1/services/" | ||
16 | |||
17 | inherit autotools pkgconfig gettext | ||
18 | |||
diff --git a/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch b/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch deleted file mode 100644 index 4f18686c0c..0000000000 --- a/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Index: libgalago-0.5.2/po/Makefile.in.in | ||
4 | =================================================================== | ||
5 | --- libgalago-0.5.2.orig/po/Makefile.in.in 2006-06-06 09:59:17.000000000 +0100 | ||
6 | +++ libgalago-0.5.2/po/Makefile.in.in 2009-08-19 20:31:56.000000000 +0100 | ||
7 | @@ -29,7 +29,7 @@ | ||
8 | INSTALL = @INSTALL@ | ||
9 | INSTALL_DATA = @INSTALL_DATA@ | ||
10 | MKINSTALLDIRS = @MKINSTALLDIRS@ | ||
11 | -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac` | ||
12 | +mkinstalldirs = $(MKINSTALLDIRS) | ||
13 | |||
14 | CC = @CC@ | ||
15 | GMSGFMT = @GMSGFMT@ | ||
16 | Index: libgalago-0.5.2/configure.ac | ||
17 | =================================================================== | ||
18 | --- libgalago-0.5.2.orig/configure.ac 2009-08-19 20:30:56.000000000 +0100 | ||
19 | +++ libgalago-0.5.2/configure.ac 2009-08-19 20:31:28.000000000 +0100 | ||
20 | @@ -157,6 +157,9 @@ | ||
21 | |||
22 | AC_SUBST(CFLAGS) | ||
23 | |||
24 | +MKINSTALLDIRS="mkdir -p" | ||
25 | +AC_SUBST(MKINSTALLDIRS) | ||
26 | + | ||
27 | dnl ################################################################ | ||
28 | dnl # Output the Makefiles | ||
29 | dnl ################################################################ | ||
diff --git a/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch b/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch deleted file mode 100644 index 6fbf55252e..0000000000 --- a/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Index: libgalago-0.5.2/libgalago.pc.in | ||
4 | =================================================================== | ||
5 | --- libgalago-0.5.2.orig/libgalago.pc.in 2006-05-17 08:53:26.000000000 +0100 | ||
6 | +++ libgalago-0.5.2/libgalago.pc.in 2008-03-19 22:34:16.000000000 +0000 | ||
7 | @@ -6,6 +6,7 @@ | ||
8 | Name: libgalago | ||
9 | Description: Galago Association/Presence Communication Library | ||
10 | Version: @VERSION@ | ||
11 | -Libs: -L${libdir} -lgalago @PACKAGE_LIBS@ | ||
12 | -Cflags: -I${includedir} @PACKAGE_CFLAGS@ | ||
13 | +Requires: dbus-1 glib-2.0 dbus-glib-1 | ||
14 | +Libs: -L${libdir} -lgalago | ||
15 | +Cflags: -I${includedir} | ||
16 | |||
diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb deleted file mode 100644 index 20719526f9..0000000000 --- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | SUMMARY = "Desktop presence framework" | ||
2 | DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." | ||
3 | HOMEPAGE = "http://www.galago-project.org/" | ||
4 | LICENSE = "LGPLv2.1+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
6 | file://libgalago/galago.h;endline=21;md5=141785cb9ec62067398dda136a7bb401" | ||
7 | |||
8 | DEPENDS = "dbus glib-2.0 dbus-glib" | ||
9 | |||
10 | SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${BPN}-${PV}.tar.gz \ | ||
11 | file://mkdir.patch \ | ||
12 | file://pkgconfig.patch " | ||
13 | |||
14 | SRC_URI[md5sum] = "7ec92f2ecba1309ac4b71b4b4d8d0a0d" | ||
15 | SRC_URI[sha256sum] = "9b7c9845e2f661dbf5c2595e67bc7afd48f090ac2c033726c89d7f0e90791dfa" | ||
16 | PR = "r3" | ||
17 | |||
18 | inherit autotools pkgconfig gettext | ||
19 | |||
20 | EXTRA_OECONF = "--disable-tests --disable-check" | ||
21 | |||
22 | do_configure_prepend_libc-uclibc() { | ||
23 | touch ${S}/config.rpath | ||
24 | } | ||
25 | |||
26 | do_install_append() { | ||
27 | # We don't package autopackage files | ||
28 | rm -rf ${D}${datadir}/autopackage | ||
29 | } | ||
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc b/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc index f9e373d40a..2289572190 100644 --- a/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc +++ b/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc | |||
@@ -12,7 +12,6 @@ SDK-GMAE = " \ | |||
12 | libebook-dev \ | 12 | libebook-dev \ |
13 | libxi-dev \ | 13 | libxi-dev \ |
14 | libsqlite3-dev \ | 14 | libsqlite3-dev \ |
15 | galago-daemon \ | ||
16 | gnome-desktop \ | 15 | gnome-desktop \ |
17 | gssdp \ | 16 | gssdp \ |
18 | gupnp \ | 17 | gupnp \ |
@@ -20,7 +19,6 @@ SDK-GMAE = " \ | |||
20 | gupnp-tools \ | 19 | gupnp-tools \ |
21 | gypsy \ | 20 | gypsy \ |
22 | libart-lgpl \ | 21 | libart-lgpl \ |
23 | libgalago \ | ||
24 | libtelepathy \ | 22 | libtelepathy \ |
25 | pulseaudio \ | 23 | pulseaudio \ |
26 | telepathy-glib \ | 24 | telepathy-glib \ |