diff options
Diffstat (limited to 'meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb')
-rw-r--r-- | meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb | 28 |
1 files changed, 0 insertions, 28 deletions
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 db4c395c56..0000000000 --- a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb +++ /dev/null | |||
@@ -1,28 +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[md5sum] = "c267db0ee7a2131ba418399dc17f9e72" | ||
7 | SRC_URI[sha256sum] = "218c883e4e2bfcc82bfe07e785707b5c2ece28df772f2155fd044b9bb1614284" | ||
8 | |||
9 | inherit python3-dir gettext | ||
10 | DEPENDS += "intltool-native gettext-native" | ||
11 | |||
12 | EXTRA_OEMAKE = " \ | ||
13 | PYTHON='${STAGING_BINDIR_NATIVE}'/python-native/python \ | ||
14 | PYTHON_SITELIB=${PYTHON_SITEPACKAGES_DIR} \ | ||
15 | " | ||
16 | do_install() { | ||
17 | oe_runmake 'DESTDIR=${D}' install | ||
18 | } | ||
19 | |||
20 | do_install:append:class-native() { | ||
21 | rm -rf ${D}/usr | ||
22 | } | ||
23 | |||
24 | FILES:${PN} += " \ | ||
25 | ${libdir}/python${PYTHON_BASEVERSION}/* \ | ||
26 | ${datadir}/* \ | ||
27 | " | ||
28 | BBCLASSEXTEND = "native" | ||