aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-12 12:46:40 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-12 12:56:53 +0100
commit773ea5f8946b4dbd149fa6f4d4a11b0d2dcd6ea5 (patch)
tree750852290cee67692e2048e625294576257e6c46
parent6be354c4bcc84447493cd7e68ebadb2a5a89dc60 (diff)
downloadopenembedded-773ea5f8946b4dbd149fa6f4d4a11b0d2dcd6ea5.tar.gz
ophonekitd: remove. obsoleted by phonefsod
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r--conf/distro/include/sane-srcrevs.inc2
-rw-r--r--recipes/shr/ophonekitd_git.bb24
2 files changed, 0 insertions, 26 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 45a443cc57..dff8e797b4 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -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
index ed561c7c75..0000000000
--- a/recipes/shr/ophonekitd_git.bb
+++ /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}"
-