diff options
Diffstat (limited to 'autofs/autofs_4.0.0.oe')
-rw-r--r-- | autofs/autofs_4.0.0.oe | 17 |
1 files changed, 0 insertions, 17 deletions
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 -} |