From d9c6c0c6c14d15494042192166553b9faae0f8ff Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 8 May 2019 14:34:49 +0200 Subject: images and helpers: drop qt4 Qt 4 was first released in 2005 and has been unsupported since 2015. Drop it from what we regularly install. Signed-off-by: Max Krummenacher --- recipes-qt/qt4/qt4-x11-free-systemd.bb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 recipes-qt/qt4/qt4-x11-free-systemd.bb (limited to 'recipes-qt/qt4/qt4-x11-free-systemd.bb') diff --git a/recipes-qt/qt4/qt4-x11-free-systemd.bb b/recipes-qt/qt4/qt4-x11-free-systemd.bb deleted file mode 100644 index b08f159..0000000 --- a/recipes-qt/qt4/qt4-x11-free-systemd.bb +++ /dev/null @@ -1,25 +0,0 @@ -SECTION = "x11/libs" -SUMMARY = "systemd qtdemo 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" - -PR = "r1" - -inherit allarch systemd - -SRC_URI = "file://qt4-x11-demo.service \ - file://qt4-x11-demo-init " - -do_install () { - install -d ${D}/${bindir} - install -m 0755 ${WORKDIR}/qt4-x11-demo-init ${D}/${bindir} - - install -d ${D}${systemd_unitdir}/system/ - install -m 0644 ${WORKDIR}/qt4-x11-demo.service ${D}${systemd_unitdir}/system -} - -NATIVE_SYSTEMD_SUPPORT = "1" -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE_${PN} = "qt4-x11-demo.service" -- cgit v1.2.3