aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/galago
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-10-10 20:22:59 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-13 21:30:27 -0700
commit0c1efbb0e1c67d08b5d878af041d5fd46d6952bd (patch)
tree38e2931dc03c52b4e14b72a54620491259248a15 /recipes/galago
parentdc32a66ccb275d5ed18851a92186310aa60bd400 (diff)
downloadopenembedded-0c1efbb0e1c67d08b5d878af041d5fd46d6952bd.tar.gz
galago: move to obsolete.
libgalago doesn't build, and presumably hasn't since dbus 0.92 was in the tree. | ../libgalago/.libs/libgalago.so: undefined reference to `dbus_connection_disconnect' | collect2: ld returned 1 exit status | make[2]: *** [presence-feed] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/galago')
-rw-r--r--recipes/galago/eds-feed/disable-bonobo.patch62
-rw-r--r--recipes/galago/eds-feed_0.3.2.bb17
-rw-r--r--recipes/galago/files/no-check.patch15
-rw-r--r--recipes/galago/galago-daemon_0.3.4.bb17
-rw-r--r--recipes/galago/libgalago_0.3.3.bb20
5 files changed, 0 insertions, 131 deletions
diff --git a/recipes/galago/eds-feed/disable-bonobo.patch b/recipes/galago/eds-feed/disable-bonobo.patch
deleted file mode 100644
index 3a2097877a..0000000000
--- a/recipes/galago/eds-feed/disable-bonobo.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Index: eds-feed-0.3.2/configure.ac
-===================================================================
---- eds-feed-0.3.2.orig/configure.ac 2005-08-28 19:11:39.000000000 +0000
-+++ eds-feed-0.3.2/configure.ac 2005-12-16 09:22:10.000000000 +0000
-@@ -65,7 +65,7 @@
- libxml-2.0)
-
- # Check which version of eds we're using
--PKG_CHECK_MODULES(EDS, libebook-1.2 >= 1.1.4 libedata-book-1.2 >= 1.1.4)
-+PKG_CHECK_MODULES(EDS, libebook-1.2 >= 1.1.4)
-
- PACKAGE_CFLAGS="$PACKAGE_CFLAGS $EDS_CFLAGS"
- PACKAGE_LIBS="$PACKAGE_LIBS $EDS_LIBS"
-Index: eds-feed-0.3.2/src/main.c
-===================================================================
---- eds-feed-0.3.2.orig/src/main.c 2005-08-21 07:26:02.000000000 +0000
-+++ eds-feed-0.3.2/src/main.c 2005-12-16 09:24:38.000000000 +0000
-@@ -20,17 +20,11 @@
- */
- #include <glib.h>
- #include <libgalago/galago.h>
--#include <libedata-book/Evolution-DataServer-Addressbook.h>
-
- #include <libebook/e-book.h>
--#include <libedata-book/e-data-book-factory.h>
--#include <bonobo/bonobo-main.h>
-
- #include <string.h>
-
--#define E_DATA_BOOK_FACTORY_OAF_ID \
-- "OAFIID:GNOME_Evolution_DataServer_BookFactory"
--
- static EBookView *book_view = NULL;
- static EBook *book = NULL;
- static gulong book_view_tag = 0;
-@@ -157,8 +151,8 @@
- galago_person_set_photo(person, NULL);
- else
- {
-- galago_photo_new(person, (unsigned char *)ephoto->data,
-- ephoto->length);
-+// galago_photo_new(person, (unsigned char *)ephoto->data,
-+// ephoto->length);
- }
- }
-
-@@ -294,15 +288,6 @@
-
- galago_core_set_exit_with_daemon(TRUE);
-
-- if (!bonobo_init_full(NULL, NULL, bonobo_activation_orb_get(),
-- CORBA_OBJECT_NIL, CORBA_OBJECT_NIL))
-- {
-- fprintf(stderr, "Unable to initialize bonobo.\n");
-- exit(1);
-- }
--
-- bonobo_activate();
--
- setup_book_view();
- setup_services();
-
diff --git a/recipes/galago/eds-feed_0.3.2.bb b/recipes/galago/eds-feed_0.3.2.bb
deleted file mode 100644
index e42f6e8bad..0000000000
--- a/recipes/galago/eds-feed_0.3.2.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Galago linkage to the Evolution Data Server."
-HOMEPAGE = "http://www.galago-project.org/"
-LICENSE = "GPL"
-DEPENDS = "gettext libgalago dbus glib-2.0 eds-dbus"
-
-SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
- file://disable-bonobo.patch"
-# file://no-check.patch"
-#EXTRA_OECONF = "--disable-binreloc"
-
-FILES_${PN} += "${libdir}/galago/eds-feed"
-
-inherit autotools pkgconfig
-
-
-SRC_URI[md5sum] = "1f6ac4910dc8bb0276549bd0308f8acb"
-SRC_URI[sha256sum] = "6b7448359284f5af75cbb7027c47616b28aca8b90f9a16b9ec954fa50e455ed3"
diff --git a/recipes/galago/files/no-check.patch b/recipes/galago/files/no-check.patch
deleted file mode 100644
index 89b0eafac7..0000000000
--- a/recipes/galago/files/no-check.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- /tmp/configure.ac 2005-09-08 21:38:49.316449440 +0200
-+++ libgalago-0.3.3/configure.ac 2005-09-08 21:39:32.697854464 +0200
-@@ -198,11 +198,8 @@
- dnl #
- dnl # Check for Check
- dnl #
--AM_PATH_CHECK(, [have_check="yes"],
--[
-- AC_MSG_WARN([Check not found; cannot run some unit tests])
- have_check="no"
--])
-+
-
- AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes")
-
diff --git a/recipes/galago/galago-daemon_0.3.4.bb b/recipes/galago/galago-daemon_0.3.4.bb
deleted file mode 100644
index 84c0885e5b..0000000000
--- a/recipes/galago/galago-daemon_0.3.4.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
-HOMEPAGE = "http://www.galago-project.org/"
-LICENSE = "GPL"
-DEPENDS = "gettext libgalago dbus glib-2.0"
-PR = "r1"
-
-SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
- file://no-check.patch"
-EXTRA_OECONF = "--disable-binreloc"
-
-FILES_${PN} += "${datadir}/dbus-1/services/"
-
-inherit autotools pkgconfig
-
-
-SRC_URI[md5sum] = "958ea4a9e1be61cb5e5f35f75a9bfede"
-SRC_URI[sha256sum] = "958ae2ddc89d218e7b3fe4f00a61f4ade48c8fefa768854c67425f5495387eed"
diff --git a/recipes/galago/libgalago_0.3.3.bb b/recipes/galago/libgalago_0.3.3.bb
deleted file mode 100644
index 8c1ef614d8..0000000000
--- a/recipes/galago/libgalago_0.3.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
-HOMEPAGE = "http://www.galago-project.org/"
-LICENSE = "LGPL"
-DEPENDS = "gettext dbus glib-2.0"
-PR = "r1"
-
-
-SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
- file://no-check.patch"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_includes
- install -d ${STAGING_LIBDIR}
- install -m 755 libgalago/.libs/libgalago.so.1.0.0 ${STAGING_LIBDIR}/libgalago.so
-}
-
-SRC_URI[md5sum] = "94d5223445deb1ed95973424d4958386"
-SRC_URI[sha256sum] = "148bc83e4ab6e87a6f26b60efdffc1258752a42079783e6f2b080f287e8b15fc"