diff options
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | 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 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}" - |