summaryrefslogtreecommitdiff
path: root/setserial/setserial_2.17.oe
diff options
context:
space:
mode:
Diffstat (limited to 'setserial/setserial_2.17.oe')
-rw-r--r--setserial/setserial_2.17.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/setserial/setserial_2.17.oe b/setserial/setserial_2.17.oe
index e69de29bb2..3e97bb26d5 100644
--- a/setserial/setserial_2.17.oe
+++ b/setserial/setserial_2.17.oe
@@ -0,0 +1,12 @@
+SECTION = "console/utils"
+SRC_URI = "ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-2.17.tar.gz"
+
+inherit autotools
+
+do_install() {
+ install -d ${D}/bin
+ install -d ${D}/usr/man/man8
+ install -d ${D}${mandir}
+ autotools_do_install
+ mv ${D}/usr/man/* ${D}${mandir}/
+}