aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
diff options
context:
space:
mode:
authoryanjun.zhu <yanjun.zhu@windriver.com>2013-01-15 12:45:44 +0800
committerJoe MacDonald <joe.macdonald@windriver.com>2013-01-17 09:10:40 -0500
commit1edcda74a810c631107a8ec969ecd117bcdcff07 (patch)
treea5a76f6ad13c22acad1ae494e5d477a08b5bf118 /meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
parent13be4a07ec1d2933bd4320c8e06f0c810f4d6a13 (diff)
downloadmeta-openembedded-contrib-1edcda74a810c631107a8ec969ecd117bcdcff07.tar.gz
autofs: do not check for modprobe
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>
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
index ad737e372e..bf679b4e65 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -30,6 +30,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \
file://cross.patch \
file://libtirpc.patch \
file://libtirpc-name-clash-backout.patch \
+ file://autofs-5.0.7-do-not-check-for-modprobe.patch \
"
SRC_URI[md5sum] = "bc46838dece83c02d800ff144ed9f431"