ophonekitd: remove. obsoleted by phonefsod
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 12 Nov 2009 11:46:40 +0000 (12:46 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 12 Nov 2009 11:56:53 +0000 (12:56 +0100)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
conf/distro/include/sane-srcrevs.inc
recipes/shr/ophonekitd_git.bb [deleted file]

index 45a443c..dff8e79 100644 (file)
@@ -250,8 +250,6 @@ SRCREV_pn-openmoko-worldclock2 ?= "3365"
 SRCREV_pn-openmoocow ?= "39648419825cddfea1cb1321e552a12b71fede14"
 SRCREV_pn-openocd ?= "517"
 SRCREV_pn-openocd-native ?= "517"
-SRCREV_pn-ophonekitd ?= "2ac85e57983e916571bc5b8b4a3b86c2e926480e"
-SRCREV_pn-ophonekitd-vala = "2ac85e57983e916571bc5b8b4a3b86c2e926480e"
 SRCREV_pn-opimd-utils ?= "0e7007fff120c8cc4c579c0c7e57883798e6d23e"
 SRCREV_pn-opkg ?= "240"
 SRCREV_pn-opkg-native ?= "240"
diff --git a/recipes/shr/ophonekitd_git.bb b/recipes/shr/ophonekitd_git.bb
deleted file mode 100644 (file)
index ed561c7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Ophonekitd daemon"
-HOMEPAGE = "http://shr-project.org/"
-LICENSE = "GPL"
-SECTION = "x11/applications"
-DEPENDS += " dbus-glib libframeworkd-glib libframeworkd-phonegui sqlite3"
-PV = "0.0.2+gitr${SRCREV}"
-PR = "r18"
-
-SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
-S = "${WORKDIR}/git/${PN}"
-
-inherit autotools
-
-do_install_append() {
-        install -d ${D}${sysconfdir}/X11/Xsession.d/
-        install -d ${D}${sysconfdir}/dbus-1/system.d/
-        install -d ${D}${datadir}/ophonekitd/
-        install -d ${D}${localstatedir}/db
-        install -m 0755 ${S}/data/80ophonekitd ${D}${sysconfdir}/X11/Xsession.d/
-        install -m 0755 ${S}/data/ophonekitd.conf ${D}${sysconfdir}/dbus-1/system.d/
-}
-
-FILES_${PN} += "${datadir} ${sysconfdir}"
-