[oe-commits] Sebastian Spaeth : ophonekitd: remove. obsoleted by phonefsod

git version control git at git.openembedded.org
Thu Nov 12 11:57:22 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 773ea5f8946b4dbd149fa6f4d4a11b0d2dcd6ea5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=773ea5f8946b4dbd149fa6f4d4a11b0d2dcd6ea5

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Thu Nov 12 12:46:40 2009 +0100

ophonekitd: remove. obsoleted by phonefsod

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 conf/distro/include/sane-srcrevs.inc |    2 --
 recipes/shr/ophonekitd_git.bb        |   24 ------------------------
 2 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 45a443c..dff8e79 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 ed561c7..0000000
--- 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}"
-





More information about the Openembedded-commits mailing list