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
eaf01824
Commit
eaf01824
authored
Feb 21, 2018
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsme: Bump SRCREV and update systemd service according to the new command line format
parent
e2de5da2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
dsme.service
recipes-nemomobile/dsme/dsme/dsme.service
+1
-1
dsme_git.bb
recipes-nemomobile/dsme/dsme_git.bb
+1
-2
No files found.
recipes-nemomobile/dsme/dsme/dsme.service
View file @
eaf01824
...
...
@@ -14,7 +14,7 @@ Environment=BOOTSTATE=USER
Environment=DSME_SOCKFILE=/run/dsme.socket
EnvironmentFile=-/run/systemd/boot-status/bootstate
EnvironmentFile=-/var/lib/environment/dsme/*.conf
ExecStart=/usr/sbin/dsme -v 4 -p /usr/lib/dsme/startup.so --systemd
ExecStart=/usr/sbin/dsme -
- -
v 4 -p /usr/lib/dsme/startup.so --systemd
Restart=always
RestartSec=1
StartLimitInterval=600
...
...
recipes-nemomobile/dsme/dsme_git.bb
View file @
eaf01824
...
...
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "git://git.merproject.org/mer-core/dsme.git;protocol=https \
file://dsme.service"
SRCREV = "
0d43f45e5990f9658aa8d63c57213093d683ca71
"
SRCREV = "
7124900a8673926446cbef4a75ea206275fbcb28
"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
...
...
@@ -35,7 +35,6 @@ do_install_append() {
ln -s ../dsme.service ${D}/lib/systemd/system/multi-user.target.wants/dsme.service
install -d ${D}/var/lib/dsme
[ ! -f ${D}/var/lib/dsme/alarm_queue_status ] && echo 0 > ${D}/var/lib/dsme/alarm_queue_status
rm ${D}/usr/lib/dsme/libstartup.so
}
FILES_${PN} += "/lib/systemd/"
...
...
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