phonefsod: conform with latest autotools configuration changes in upstream
authorKlaus Kurzmann <mok@fluxnetz.de>
Fri, 27 Nov 2009 13:11:33 +0000 (14:11 +0100)
committerKlaus Kurzmann <mok@fluxnetz.de>
Fri, 27 Nov 2009 13:11:33 +0000 (14:11 +0100)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/shr/phonefsod_git.bb

index 3a29eeb..8631efc 100644 (file)
@@ -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}"