From 5aea1a72f85f7f61c5f928091302b8d78c150c91 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 26 Jul 2013 20:24:02 +0200 Subject: systemd: adapt to new systemd handling with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed --- recipes-qt/qt4/qt4-x11-free-systemd.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-qt/qt4') diff --git a/recipes-qt/qt4/qt4-x11-free-systemd.bb b/recipes-qt/qt4/qt4-x11-free-systemd.bb index 2c8227c..3e426f9 100644 --- a/recipes-qt/qt4/qt4-x11-free-systemd.bb +++ b/recipes-qt/qt4/qt4-x11-free-systemd.bb @@ -17,6 +17,9 @@ FILES_${PN} += " ${sysconfdir}/init.d " do_install () { install -d ${D}/${sysconfdir}/init.d install -m 0755 ${WORKDIR}/qtdemo-init ${D}/${sysconfdir}/init.d/ + + install -d ${D}${systemd_unitdir}/system/ + install -m 0644 ${WORKDIR}/qtdemo.service ${D}${systemd_unitdir}/system } NATIVE_SYSTEMD_SUPPORT = "1" -- cgit v1.2.3