aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mingetty
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2010-09-01 10:35:26 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-09-02 15:19:34 -0700
commit3be379dea3d037d4d69f41fd51c3d5e7a4e24a13 (patch)
tree0dcab55b988151840ef2fae323009131674eb416 /meta/recipes-extended/mingetty
parent47423b530f1228fa36f8336687709a87c699114f (diff)
downloadopenembedded-core-3be379dea3d037d4d69f41fd51c3d5e7a4e24a13.tar.gz
mingetty: Add new mingetty package
mingetty allows for a compact getty program for virtual consoles only Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Diffstat (limited to 'meta/recipes-extended/mingetty')
-rw-r--r--meta/recipes-extended/mingetty/mingetty_1.08.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb
new file mode 100644
index 0000000000..2b93bb461c
--- /dev/null
+++ b/meta/recipes-extended/mingetty/mingetty_1.08.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = " A compact getty program for virtual consoles only"
+SECTION = "console/utils"
+PRIORITY = "required"
+HOMEPAGE = "http://sourceforge.net/projects/mingetty/"
+LICENSE = "GPLv2"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e"
+SRC_URI = "http://cdnetworks-kr-1.dl.sourceforge.net/project/mingetty/mingetty/${PV}/mingetty-${PV}.tar.gz"
+
+EXTRA_OEMAKE = "CC='${CC}'"
+
+do_install(){
+ mkdir -p ${D}${mandir}/man8
+ mkdir -p ${D}/sbin
+ oe_runmake install DESTDIR=${D}
+}