diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-27 11:36:25 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-27 11:36:25 +0100 |
commit | 7b2a48f169ec2f0ffca1a9465364d42d5a0ddb6a (patch) | |
tree | c34b4f82d66d96d408eb356307a685dea49dd40c /recipes/shr/phoneuid_git.bb | |
parent | 71e2c5d14385b8cbdb2c819b9579e2b6bd7954c9 (diff) |
phoneuid: conform with the recent changes in upstreams Makefiles
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr/phoneuid_git.bb')
-rw-r--r-- | 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 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}" |