aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-19 09:44:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-19 22:32:16 +0200
commit3b2dd54a4a7fc0c951cf9e6f7b1db0c6a22637c6 (patch)
treefed512b5271db35e8a461afb094b6778695ee9fc /recipes/openmoko-projects
parent83847370bdcd13cc39adfbc1a1109584efc7fe00 (diff)
downloadopenembedded-3b2dd54a4a7fc0c951cf9e6f7b1db0c6a22637c6.tar.gz
openmoko: obsolete old openmoko classes and recipes using those
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-projects')
-rw-r--r--recipes/openmoko-projects/diversity-daemon/no-xmmp.patch24
-rw-r--r--recipes/openmoko-projects/diversity-daemon_svn.bb20
-rw-r--r--recipes/openmoko-projects/diversity-radar_svn.bb17
3 files changed, 0 insertions, 61 deletions
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/*"