[oe-commits] Klaus Kurzmann : phonefsod: conform with latest autotools configuration changes in upstream

git version control git at git.openembedded.org
Fri Nov 27 13:11:48 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Nov 27 14:11:33 2009 +0100

phonefsod: conform with latest autotools configuration changes in upstream

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/phonefsod_git.bb |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index 3a29eeb..8631efc 100644
--- a/recipes/shr/phonefsod_git.bb
+++ b/recipes/shr/phonefsod_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 SECTION = "x11/applications"
 DEPENDS += " dbus-glib libframeworkd-glib sqlite3 shr-specs"
 PV = "0.0.0+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "git://git.shr-project.org/repo/phonefsod.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
@@ -19,13 +19,4 @@ EXTRA_OECONF = "\
 "
 
 
-do_install_append() {
-	install -d ${D}${sysconfdir}/init.d/
-        install -d ${D}${sysconfdir}/dbus-1/system.d/
-	install -m 0755 ${S}/data/phonefsod.init ${D}${sysconfdir}/init.d/phonefsod
-        install -m 0644 ${S}/data/phonefsod.conf ${D}${sysconfdir}/dbus-1/system.d/
-	install -m 0644 ${S}/data/etc-phonefsod.conf ${D}${sysconfdir}/phonefsod.conf
-}
-
-FILES_${PN} += "${datadir} ${sysconfdir}"
 





More information about the Openembedded-commits mailing list