Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
5a415add
Commit
5a415add
authored
Feb 06, 2016
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
timed: allows ceres to own com.nokia.voland.signal on system bus for WIP alarmclock app
parent
69e52914
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
timed-qt5.conf
recipes-nemomobile/timed/timed/timed-qt5.conf
+15
-0
timed_git.bb
recipes-nemomobile/timed/timed_git.bb
+3
-1
No files found.
recipes-nemomobile/timed/timed/timed-qt5.conf
0 → 100644
View file @
5a415add
<!
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
>
recipes-nemomobile/timed/timed_git.bb
View file @
5a415add
...
...
@@ -4,7 +4,8 @@ LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
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"
PR = "r1"
PV = "+git${SRCREV}"
...
...
@@ -25,6 +26,7 @@ do_install_append() {
ln -s ../timed-qt5.service ${D}/usr/lib/systemd/user/default.target.wants/timed-qt5.service
install -d ${D}/var/lib/timed/
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}() {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment