diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-12 12:46:40 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-12 12:56:53 +0100 |
commit | 773ea5f8946b4dbd149fa6f4d4a11b0d2dcd6ea5 (patch) | |
tree | 750852290cee67692e2048e625294576257e6c46 /recipes/shr | |
parent | 6be354c4bcc84447493cd7e68ebadb2a5a89dc60 (diff) |
ophonekitd: remove. obsoleted by phonefsod
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r-- | recipes/shr/ophonekitd_git.bb | 24 |
1 files changed, 0 insertions, 24 deletions
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}" - |