From 9761486f22341cd07ec97f2217d6844b26cc7d00 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 6 Apr 2025 00:04:39 -0700 Subject: system-config-keyboard: Drop recipe This package is dead and tarballs are also gone. 1.4.0 release was in 2013 Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-oe.bb | 1 - .../system-config-keyboard_1.4.0.bb | 27 ---------------------- 2 files changed, 28 deletions(-) delete mode 100644 meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 70d05c44bc..ebb0f0f810 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb @@ -876,7 +876,6 @@ RDEPENDS:packagegroup-meta-oe-support = "\ stm32flash \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "synergy", "", d)} \ syslog-ng \ - system-config-keyboard \ tbb \ tokyocabinet \ tree \ diff --git a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb deleted file mode 100644 index 71578e71d6..0000000000 --- a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "a graphical user interface that allows the user to \ -change the default keyboard of the system" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "https://fedorahosted.org/releases/s/y/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "218c883e4e2bfcc82bfe07e785707b5c2ece28df772f2155fd044b9bb1614284" - -inherit python3-dir gettext -DEPENDS += "intltool-native gettext-native" - -EXTRA_OEMAKE = " \ - PYTHON='${STAGING_BINDIR_NATIVE}'/python-native/python \ - PYTHON_SITELIB=${PYTHON_SITEPACKAGES_DIR} \ -" -do_install() { - oe_runmake 'DESTDIR=${D}' install -} - -do_install:append:class-native() { - rm -rf ${D}/usr -} - -FILES:${PN} += " \ - ${libdir}/python${PYTHON_BASEVERSION}/* \ - ${datadir}/* \ -" -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf