Commit 2d2f11ea authored by Florent Revest's avatar Florent Revest

buteo-syncfw: Start msyncd by default

parent e46c3cd0
...@@ -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"
......
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