From 7b2a48f169ec2f0ffca1a9465364d42d5a0ddb6a Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Fri, 27 Nov 2009 11:36:25 +0100 Subject: phoneuid: conform with the recent changes in upstreams Makefiles Signed-off-by: Klaus Kurzmann --- recipes/shr/phoneuid_git.bb | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'recipes/shr/phoneuid_git.bb') diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb index 01b2258b3c..32ad61d765 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}" -- cgit v1.2.3