aboutsummaryrefslogtreecommitdiffstats
path: root/autofs
diff options
context:
space:
mode:
Diffstat (limited to 'autofs')
-rw-r--r--autofs/autofs_3.1.7.bb0
-rw-r--r--autofs/autofs_3.1.7.oe18
-rw-r--r--autofs/autofs_4.0.0.bb0
-rw-r--r--autofs/autofs_4.0.0.oe17
-rw-r--r--autofs/autofs_4.1.3.bb0
-rw-r--r--autofs/autofs_4.1.3.oe22
6 files changed, 0 insertions, 57 deletions
diff --git a/autofs/autofs_3.1.7.bb b/autofs/autofs_3.1.7.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/autofs/autofs_3.1.7.bb
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
-}
diff --git a/autofs/autofs_4.0.0.bb b/autofs/autofs_4.0.0.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/autofs/autofs_4.0.0.bb
diff --git a/autofs/autofs_4.0.0.oe b/autofs/autofs_4.0.0.oe
deleted file mode 100644
index 225841172a..0000000000
--- a/autofs/autofs_4.0.0.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Kernel based automounter for linux."
-SECTION = "base"
-LICENSE = "GPL"
-
-SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/old/autofs-${PV}-1.tar.bz2"
-
-inherit autotools
-
-do_configure_prepend () {
- if [ ! -e acinclude.m4 ]; then
- cp aclocal.m4 acinclude.m4
- fi
-}
-
-do_install () {
- oe_runmake 'INSTALLROOT=${D}' install
-}
diff --git a/autofs/autofs_4.1.3.bb b/autofs/autofs_4.1.3.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/autofs/autofs_4.1.3.bb
diff --git a/autofs/autofs_4.1.3.oe b/autofs/autofs_4.1.3.oe
deleted file mode 100644
index 0e75918a99..0000000000
--- a/autofs/autofs_4.1.3.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Kernel based automounter for linux."
-SECTION = "base"
-LICENSE = "GPL"
-
-SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-${PV}.tar.bz2 \
- http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-bad_chdir.patch;patch=1 \
- http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-mtab_lock.patch;patch=1 \
- http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-non_block_ping.patch;patch=1 \
- http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-strict.patch;patch=1 \
- file://cross.patch;patch=1"
-
-inherit autotools
-
-do_configure_prepend () {
- if [ ! -e acinclude.m4 ]; then
- cp aclocal.m4 acinclude.m4
- fi
-}
-
-do_install () {
- oe_runmake 'INSTALLROOT=${D}' install
-}