From: Klaus Kurzmann Date: Fri, 27 Nov 2009 10:36:25 +0000 (+0100) Subject: phoneuid: conform with the recent changes in upstreams Makefiles X-Git-Tag: Release-2010-05/1~1593^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2a48f169ec2f0ffca1a9465364d42d5a0ddb6a;p=openembedded.git phoneuid: conform with the recent changes in upstreams Makefiles Signed-off-by: Klaus Kurzmann --- 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}"