diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-06 00:04:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-06 08:47:57 -0700 |
commit | 9761486f22341cd07ec97f2217d6844b26cc7d00 (patch) | |
tree | 75176addf7f78e0470ce4a583523b361d20cff11 | |
parent | ceb91603415c6e059d866666574dd1be5b93867a (diff) | |
download | meta-openembedded-9761486f22341cd07ec97f2217d6844b26cc7d00.tar.gz |
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 <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb | 27 |
2 files changed, 0 insertions, 28 deletions
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 = "\ | |||
876 | stm32flash \ | 876 | stm32flash \ |
877 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "synergy", "", d)} \ | 877 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "synergy", "", d)} \ |
878 | syslog-ng \ | 878 | syslog-ng \ |
879 | system-config-keyboard \ | ||
880 | tbb \ | 879 | tbb \ |
881 | tokyocabinet \ | 880 | tokyocabinet \ |
882 | tree \ | 881 | 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 @@ | |||
1 | DESCRIPTION = "a graphical user interface that allows the user to \ | ||
2 | change the default keyboard of the system" | ||
3 | LICENSE = "GPL-2.0-or-later" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | SRC_URI = "https://fedorahosted.org/releases/s/y/${BPN}/${BP}.tar.bz2" | ||
6 | SRC_URI[sha256sum] = "218c883e4e2bfcc82bfe07e785707b5c2ece28df772f2155fd044b9bb1614284" | ||
7 | |||
8 | inherit python3-dir gettext | ||
9 | DEPENDS += "intltool-native gettext-native" | ||
10 | |||
11 | EXTRA_OEMAKE = " \ | ||
12 | PYTHON='${STAGING_BINDIR_NATIVE}'/python-native/python \ | ||
13 | PYTHON_SITELIB=${PYTHON_SITEPACKAGES_DIR} \ | ||
14 | " | ||
15 | do_install() { | ||
16 | oe_runmake 'DESTDIR=${D}' install | ||
17 | } | ||
18 | |||
19 | do_install:append:class-native() { | ||
20 | rm -rf ${D}/usr | ||
21 | } | ||
22 | |||
23 | FILES:${PN} += " \ | ||
24 | ${libdir}/python${PYTHON_BASEVERSION}/* \ | ||
25 | ${datadir}/* \ | ||
26 | " | ||
27 | BBCLASSEXTEND = "native" | ||