summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mingetty/mingetty_1.08.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/mingetty/mingetty_1.08.bb')
-rw-r--r--meta/recipes-extended/mingetty/mingetty_1.08.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb
deleted file mode 100644
index 892233054b..0000000000
--- a/meta/recipes-extended/mingetty/mingetty_1.08.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "Compact getty terminal handler for virtual consoles only"
2SECTION = "console/utils"
3HOMEPAGE = "http://sourceforge.net/projects/mingetty/"
4DESCRIPTION = "This is a small Linux console getty that is started on the Linux text console, asks for a login name and then tranfers over to login directory. Is extended to allow automatic login and starting any app."
5LICENSE = "GPL-2.0-only"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e"
8SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
9
10SRC_URI[sha256sum] = "0f55c90ba4faa913d91ef99cbf5cb2eb4dbe2780314c3bb17953f849c8cddd17"
11
12# substitute our CFLAGS for "-O2 -Wall -W -pipe"
13#
14EXTRA_OEMAKE = "CC='${CC}' \
15 CFLAGS='${CFLAGS} -D_GNU_SOURCE'"
16
17do_install(){
18 sed -i -e "/^SBINDIR=/c SBINDIR=$base_sbindir" ${S}/Makefile
19 install -d ${D}${mandir}/man8 ${D}/${base_sbindir}
20 oe_runmake install DESTDIR=${D}
21}
22
23inherit update-alternatives sourceforge-releases
24
25ALTERNATIVE:${PN} = "getty"
26ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty"
27ALTERNATIVE_TARGET[getty] = "${base_sbindir}/mingetty"
28ALTERNATIVE_PRIORITY = "10"