[oe-commits] Klaus Kurzmann : phoneuid: conform with the recent changes in upstreams Makefiles

git version control git at git.openembedded.org
Fri Nov 27 10:38:45 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 7b2a48f169ec2f0ffca1a9465364d42d5a0ddb6a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7b2a48f169ec2f0ffca1a9465364d42d5a0ddb6a

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

phoneuid: conform with the recent changes in upstreams Makefiles

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

---

 recipes/shr/phoneuid_git.bb |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb
index 01b2258..32ad61d 100644
--- a/recipes/shr/phoneuid_git.bb
+++ b/recipes/shr/phoneuid_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 SECTION = "x11/applications"
 DEPENDS += " dbus-glib libframeworkd-glib libphone-ui sqlite3 shr-specs"
 PV = "0.0.0+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "git://git.shr-project.org/repo/phoneuid.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
@@ -16,15 +16,5 @@ EXTRA_OECONF = "\
 "
 
 
-do_install_append() {
-        install -d ${D}${sysconfdir}/dbus-1/system.d/
-	install -d ${D}${datadir}/dbus-1/system-services/
-	install -d ${D}${sysconfdir}/X11/Xsession.d/
-        install -m 0644 ${S}/data/phoneuid.conf ${D}${sysconfdir}/dbus-1/system.d/
-	install -m 0644 ${S}/data/phoneuid-*.service ${D}${datadir}/dbus-1/system-services/
-	install -m 0755 ${S}/data/80phoneuid ${D}${sysconfdir}/X11/Xsession.d/
-	install -m 0755 ${S}/data/phoneui-wrapper.sh ${D}${bindir}/phoneui-wrapper.sh
-}
-
-FILES_${PN} += "${datadir} ${sysconfdir}"
+FILES_${PN} += "${datadir}"
 





More information about the Openembedded-commits mailing list