diff options
Diffstat (limited to 'packages/autofs/autofs_3.1.7.bb')
| -rw-r--r-- | packages/autofs/autofs_3.1.7.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/autofs/autofs_3.1.7.bb b/packages/autofs/autofs_3.1.7.bb deleted file mode 100644 index e09971b59f..0000000000 --- a/packages/autofs/autofs_3.1.7.bb +++ /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 -} |
