diff options
Diffstat (limited to 'meta/recipes-extended/mingetty/mingetty_1.08.bb')
| -rw-r--r-- | meta/recipes-extended/mingetty/mingetty_1.08.bb | 28 |
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 @@ | |||
| 1 | SUMMARY = "Compact getty terminal handler for virtual consoles only" | ||
| 2 | SECTION = "console/utils" | ||
| 3 | HOMEPAGE = "http://sourceforge.net/projects/mingetty/" | ||
| 4 | DESCRIPTION = "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." | ||
| 5 | LICENSE = "GPL-2.0-only" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e" | ||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "0f55c90ba4faa913d91ef99cbf5cb2eb4dbe2780314c3bb17953f849c8cddd17" | ||
| 11 | |||
| 12 | # substitute our CFLAGS for "-O2 -Wall -W -pipe" | ||
| 13 | # | ||
| 14 | EXTRA_OEMAKE = "CC='${CC}' \ | ||
| 15 | CFLAGS='${CFLAGS} -D_GNU_SOURCE'" | ||
| 16 | |||
| 17 | do_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 | |||
| 23 | inherit update-alternatives sourceforge-releases | ||
| 24 | |||
| 25 | ALTERNATIVE:${PN} = "getty" | ||
| 26 | ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty" | ||
| 27 | ALTERNATIVE_TARGET[getty] = "${base_sbindir}/mingetty" | ||
| 28 | ALTERNATIVE_PRIORITY = "10" | ||
