From 3b2dd54a4a7fc0c951cf9e6f7b1db0c6a22637c6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 19 Oct 2010 09:44:01 +0200 Subject: openmoko: obsolete old openmoko classes and recipes using those Acked-by: Michael 'Mickey' Lauer Acked-by: Frans Meulenbroeks Signed-off-by: Martin Jansa --- .../diversity-daemon/no-xmmp.patch | 24 ---------------------- recipes/openmoko-projects/diversity-daemon_svn.bb | 20 ------------------ recipes/openmoko-projects/diversity-radar_svn.bb | 17 --------------- 3 files changed, 61 deletions(-) delete mode 100644 recipes/openmoko-projects/diversity-daemon/no-xmmp.patch delete mode 100644 recipes/openmoko-projects/diversity-daemon_svn.bb delete mode 100644 recipes/openmoko-projects/diversity-radar_svn.bb (limited to 'recipes/openmoko-projects') diff --git a/recipes/openmoko-projects/diversity-daemon/no-xmmp.patch b/recipes/openmoko-projects/diversity-daemon/no-xmmp.patch deleted file mode 100644 index 2065e97dce..0000000000 --- a/recipes/openmoko-projects/diversity-daemon/no-xmmp.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: diversity-xmpp-backend/Makefile.am -=================================================================== ---- a/diversity-xmpp-backend/Makefile.am (revision 276) -+++ a/diversity-xmpp-backend/Makefile.am (working copy) -@@ -1,3 +1,4 @@ -+if HAVE_XMPP - INCLUDES = -I${top_srcdir}/include - - AM_CPPFLAGS = \ -@@ -4,9 +5,7 @@ - $(GLIB_CFLAGS) \ - $(LM_CFLAGS) - --if HAVE_XMPP - noinst_LTLIBRARIES = libdiversity-xmpp-backend.la --endif - - noinst_HEADERS = diversity-xmpp-backend.h - -@@ -48,3 +47,4 @@ - - xmpp-marshal.h: xmpp-marshal.list - $(GLIB_GENMARSHAL) --prefix xmpp_marshal --header $< > $@ -+endif diff --git a/recipes/openmoko-projects/diversity-daemon_svn.bb b/recipes/openmoko-projects/diversity-daemon_svn.bb deleted file mode 100644 index ab06fde683..0000000000 --- a/recipes/openmoko-projects/diversity-daemon_svn.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Diversity Daemon" -HOMEPAGE = "http://diversity.projects.openmoko.org/" -SECTION = "network/misc" -LICENSE = "GPL" -DEPENDS = "glib-2.0 dbus dbus-glib eds-dbus libjana curl" -RDEPENDS_${PN} = "eds-dbus" -SRCREV = "571" -PV = "0.0+svnr${SRCPV}" -PR = "r3" - -SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=http \ - file://no-xmmp.patch;minrev=276;maxrev=568" -S = "${WORKDIR}/diversity-daemon" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-nm --disable-xmpp --enable-session-bus" - -FILES_${PN} += "${datadir}/dbus-1/" -FILES_${PN} += "${sysconfdir}/dbus-1/" diff --git a/recipes/openmoko-projects/diversity-radar_svn.bb b/recipes/openmoko-projects/diversity-radar_svn.bb deleted file mode 100644 index b5f4e77b06..0000000000 --- a/recipes/openmoko-projects/diversity-radar_svn.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Diversity Radar is a GPS location based communicative application" -HOMEPAGE = "http://diversity.projects.openmoko.org/" -SECTION = "openmoko/applications" -LICENSE = "GPL" -DEPENDS = "python-evas python-edje python-ecore python-edbus python-dbus" -RDEPENDS_${PN} = "diversity-daemon" -SRCREV = "510" -PV = "0.0.4+svnr${SRCPV}" -PR = "r0.02" - -SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/toys;module=diversity-radar;proto=http" - -S = "${WORKDIR}/${PN}" - -inherit setuptools - -FILES_${PN} += "${prefix}/share/*" -- cgit 1.2.3-korg