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
2d2f11ea
Commit
2d2f11ea
authored
Oct 31, 2016
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buteo-syncfw: Start msyncd by default
parent
e46c3cd0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
buteo-syncfw_git.bb
recipes-nemomobile/buteo/buteo-syncfw_git.bb
+6
-1
No files found.
recipes-nemomobile/buteo/buteo-syncfw_git.bb
View file @
2d2f11ea
...
@@ -8,7 +8,7 @@ SRCREV = "ed05f850be3103231ff6cc3f78ae5b23bc504272"
...
@@ -8,7 +8,7 @@ SRCREV = "ed05f850be3103231ff6cc3f78ae5b23bc504272"
PR = "r1"
PR = "r1"
PV = "+git${SRCREV}"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
S = "${WORKDIR}/git"
inherit qmake5
inherit qmake5
gsettings
EXTRA_QMAKEVARS_PRE += "CONFIG+=usb-moded DEFINES+=USE_KEEPALIVE"
EXTRA_QMAKEVARS_PRE += "CONFIG+=usb-moded DEFINES+=USE_KEEPALIVE"
...
@@ -16,6 +16,11 @@ do_configure_prepend() {
...
@@ -16,6 +16,11 @@ do_configure_prepend() {
sed -i "/doc/d" ${S}/buteo-sync.pro
sed -i "/doc/d" ${S}/buteo-sync.pro
}
}
do_install_append() {
mkdir -p ${D}/usr/lib/systemd/user/default.target.wants
ln -s ../msyncd.service ${D}/usr/lib/systemd/user/default.target.wants/
}
DEPENDS = "libaccounts-qt5 libsignon-qt5 qtsystems nemo-keepalive"
DEPENDS = "libaccounts-qt5 libsignon-qt5 qtsystems nemo-keepalive"
FILES_${PN} += "/usr/share/glib-2.0/schemas /usr/share/accounts/services/ /usr/lib/systemd"
FILES_${PN} += "/usr/share/glib-2.0/schemas /usr/share/accounts/services/ /usr/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