Commit 5a415add authored by Florent Revest's avatar Florent Revest

timed: allows ceres to own com.nokia.voland.signal on system bus for WIP alarmclock app

parent 69e52914
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="ceres">
<allow own="com.nokia.time"/>
<allow own="com.nokia.timed.backup"/>
<allow own="com.nokia.voland.signal"/>
</policy>
<policy context="default">
<allow send_destination="com.nokia.time"/>
</policy>
</busconfig>
...@@ -4,7 +4,8 @@ LICENSE = "LGPL-2.1+" ...@@ -4,7 +4,8 @@ LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://git.merproject.org/mer-core/timed.git;protocol=https \ SRC_URI = "git://git.merproject.org/mer-core/timed.git;protocol=https \
file://0001-Fixes-build.patch" file://0001-Fixes-build.patch \
file://timed-qt5.conf"
SRCREV = "c7c1380fcc72390d59f1dc3e01b0cff29207f293" SRCREV = "c7c1380fcc72390d59f1dc3e01b0cff29207f293"
PR = "r1" PR = "r1"
PV = "+git${SRCREV}" PV = "+git${SRCREV}"
...@@ -25,6 +26,7 @@ do_install_append() { ...@@ -25,6 +26,7 @@ do_install_append() {
ln -s ../timed-qt5.service ${D}/usr/lib/systemd/user/default.target.wants/timed-qt5.service ln -s ../timed-qt5.service ${D}/usr/lib/systemd/user/default.target.wants/timed-qt5.service
install -d ${D}/var/lib/timed/ install -d ${D}/var/lib/timed/
ln -s /usr/share/zoneinfo/Etc/GMT ${D}/var/lib/timed/localtime ln -s /usr/share/zoneinfo/Etc/GMT ${D}/var/lib/timed/localtime
cp ${WORKDIR}/timed-qt5.conf ${D}/etc/dbus-1/system.d/
} }
pkg_postinst_${PN}() { pkg_postinst_${PN}() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment