summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/console-tools/console-tools_0.3.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-11-20 14:44:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-25 17:57:22 +0000
commit596cfc5b0aac2c73e2ad911a719404c665700417 (patch)
treefb2251f99505c9e858f2f572d834d13e6a3d75dc /meta/recipes-core/console-tools/console-tools_0.3.2.bb
parent939be4d775a8ea6bbce8fc26c624036dde53d428 (diff)
downloadpoky-596cfc5b0aac2c73e2ad911a719404c665700417.tar.gz
console-tools: remove the recipe
The last release of this was in 2002(!), kbd is the modern, supported alternative. (From OE-Core rev: 320319f24dd1be300bc89c52b97d1703eab83029) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/console-tools/console-tools_0.3.2.bb')
-rw-r--r--meta/recipes-core/console-tools/console-tools_0.3.2.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
deleted file mode 100644
index ba44fbe60f..0000000000
--- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb
+++ /dev/null
@@ -1,48 +0,0 @@
1SUMMARY = "Allows you to set-up and manipulate the Linux console"
2DESCRIPTION = "Provides tools that enable the set-up and manipulation of the linux console and console-font files."
3SECTION = "base"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING.kbd;md5=9b2d91511d3d80d4d20ac6e6b0137fe9"
6DEPENDS = "flex-native bison-native"
7PR = "r8"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
10 file://codepage.patch \
11 file://configure.patch \
12 file://compile.patch \
13 file://kbdrate.patch \
14 file://uclibc-fileno.patch \
15 file://nodocs.patch \
16 file://fix-libconsole-linking.patch \
17 file://no-dep-on-libfl.patch \
18 file://0001-kbdtools-Include-sys-types.h-for-u_char-and-u_short-.patch \
19 file://0001-Cover-the-else-with-__GLIBC__.patch \
20 file://0001-Fix-format-security-compilation-error.patch \
21 file://lcmessage.m4 \
22 file://Makevars"
23
24SRC_URI[md5sum] = "bf21564fc38b3af853ef724babddbacd"
25SRC_URI[sha256sum] = "eea6b441672dacd251079fc85ed322e196282e0e66c16303ec64c3a2b1c126c2"
26
27UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/lct/files/console-tools-devel/"
28UPSTREAM_CHECK_REGEX = "/console-tools-devel/(?P<pver>(\d\d?\.)+\d\d?)/"
29
30inherit autotools gettext update-alternatives
31
32CFLAGS_append_aarch64 = " -D_USE_TERMIOS "
33
34ASNEEDED = ""
35
36do_configure_prepend () {
37 mkdir -p ${S}/m4
38 cp ${WORKDIR}/lcmessage.m4 ${S}/m4/
39 rm -f ${S}/acinclude.m4
40 cp ${WORKDIR}/Makevars ${S}/po/
41}
42
43ALTERNATIVE_PRIORITY = "30"
44
45bindir_progs = "chvt deallocvt fgconsole openvt"
46ALTERNATIVE_${PN} = "${bindir_progs}"
47
48RDEPENDS_${PN} = "bash"