Thursday, May 20, 2010

mingetty.bb for autologin

DESCRIPTION = "small Linux console gett"
HOMEPAGE = "http://sourceforge.net/projects/mingetty"
LICENSE = "GPL"
PR = "r0"

inherit base
SRC_URI = "file://mingetty-1.08.tar.gz"
FILES_${PN} = "${base_sbindir}/mingetty"
PACKAGES = "${PN} ${PN}-doc"
CFLAGS += "-D_GNU_SOURCE"
do_install() {
install -d ${D}${base_sbindir}
install -m 0755 ${S}/mingetty ${D}${base_sbindir}/
install -d ${D}${mandir}/man8
install -m 0644 ${S}/mingetty.8 ${D}${mandir}/man8/
}

No comments:

Post a Comment