aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2013-10-17 13:45:14 +0200
committerJoe MacDonald <joe@deserted.net>2013-10-18 12:26:55 -0400
commit8677de717bcd9b4e073ff4e09abe6f456baafd52 (patch)
treec4a82a2f9acf8b174c51283e438a6bcea710fdf8 /meta-networking/recipes-daemons/autofs
parentd96c23b4cb771da1047ee1bd2011f8e3c4cdc413 (diff)
downloadmeta-openembedded-8677de717bcd9b4e073ff4e09abe6f456baafd52.tar.gz
autofs: pass systemd directory to configure
Otherwise, configure will try to auto-detect using host paths. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-daemons/autofs')
-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 0c66ebc3d9..905be40cda 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -85,6 +85,7 @@ EXTRA_OECONF += "--disable-mount-locking \
"
CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
ac_cv_path_RPCGEN=rpcgen \
+ systemddir=${systemd_unitdir}/system \
"
do_configure_prepend () {