[oe-commits] Andreas Oberritter : autofs: pass systemd directory to configure

git at git.openembedded.org git at git.openembedded.org
Fri Oct 18 18:55:41 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 8677de717bcd9b4e073ff4e09abe6f456baafd52
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8677de717bcd9b4e073ff4e09abe6f456baafd52

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Thu Oct 17 13:45:14 2013 +0200

autofs: pass systemd directory to configure

Otherwise, configure will try to auto-detect using host paths.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 .../recipes-daemons/autofs/autofs_5.0.7.bb         |    1 +
 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 0c66ebc..905be40 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 () {



More information about the Openembedded-commits mailing list