aboutsummaryrefslogtreecommitdiffstats
path: root/autofs/autofs_3.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'autofs/autofs_3.1.7.oe')
-rw-r--r--autofs/autofs_3.1.7.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/autofs/autofs_3.1.7.oe b/autofs/autofs_3.1.7.oe
deleted file mode 100644
index a52c4a57bd..0000000000
--- a/autofs/autofs_3.1.7.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Kernel based automounter for linux."
-SECTION = "base"
-LICENSE = "GPL"
-SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v3/autofs-${PV}.tar.bz2"
-
-inherit autotools
-
-do_configure_prepend () {
- if [ ! -e acinclude.m4 ]; then
- cp aclocal.m4 acinclude.m4
- fi
-}
-
-do_install () {
- install -d ${D}/${mandir}/man5 ${D}/${mandir}/man8 \
- ${D}/${sbindir}
- oe_runmake 'INSTALLROOT=${D}' install
-}