summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs-5.0.7
Commit message (Collapse)AuthorAgeFilesLines
* autofs: two fixesRoy.Li2013-06-181-0/+28
| | | | | | | | | | autofs's lib sources have a dependency on a number of files that are generated by rpcgen during buildtime. fix a typo in configure.in Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* autofs: update to current patchlevelAndreas Oberritter2013-03-2124-2/+2558
| | | | | | | * Apply all patches from ftp.kernel.org/pub/linux/daemons/autofs/v5/patches-5.0.8/ Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* autofs: fix compile with uclibcAndreas Oberritter2013-03-182-0/+177
| | | | | | | | * Backport patch to make yp optional, which uclibc doesn't provide. * Create patch to include linux/nfs.h instead of nfs/nfs.h. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* autofs: fails to compile with openldap disabledAmy Fong2013-01-241-0/+42
| | | | | | | | | | | As of 5.0.6, it appears that changes were introduced so that if you compile with openldap disabled and openldap headers are not available, then autofs fails to build. Since autofs no longer depends on openldap, remove the dependency. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* autofs: do not check for modprobeyanjun.zhu2013-01-171-0/+75
| | | | | | | | | | | | | Reference: http://www.spinics.net/lists/autofs/msg00139.html Loading autofs module is #ifdef'ed in the source, so there is no need to check for /proc (which is only used to load module) or modprobe. Both modprobe and /proc are always in the fixed location so there's no need to check for these to start with. Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* autofs: Add recipes for 5.0.7Khem Raj2013-01-0823-0/+1253
Forward port from OE classic Signed-off-by: Khem Raj <raj.khem@gmail.com>