From f4fac16e1033b3f8679b94e258e8c5d276167946 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 7 Jan 2020 16:03:22 +0100 Subject: qt5: do not require meta-qt5 Move all qt5 relevant stuff where it only gets parsed if meta-qt5 is available. Signed-off-by: Max Krummenacher --- qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd.bb | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd.bb (limited to 'qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd.bb') diff --git a/qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd.bb b/qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd.bb new file mode 100644 index 0000000..f6ba46d --- /dev/null +++ b/qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd.bb @@ -0,0 +1,25 @@ +SECTION = "x11/libs" +SUMMARY = "systemd qtapplication autostart" +# The license is meant for this recipe and the files it installs. +# RNDIS is part of the kernel, udhcpd is part of busybox +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +inherit allarch systemd + +SRC_URI = " \ + file://qt5-x11-demo.service \ + file://qt5-x11-demo-init \ +" + +do_install () { + install -d ${D}/${bindir} + install -m 0755 ${WORKDIR}/qt5-x11-demo-init ${D}/${bindir} + + install -d ${D}${systemd_unitdir}/system/ + install -m 0644 ${WORKDIR}/qt5-x11-demo.service ${D}${systemd_unitdir}/system +} + +NATIVE_SYSTEMD_SUPPORT = "1" +SYSTEMD_PACKAGES = "${PN}" +SYSTEMD_SERVICE_${PN} = "qt5-x11-demo.service" -- cgit v1.2.3