diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2013-10-17 13:45:14 +0200 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2013-10-18 12:26:55 -0400 |
| commit | 8677de717bcd9b4e073ff4e09abe6f456baafd52 (patch) | |
| tree | c4a82a2f9acf8b174c51283e438a6bcea710fdf8 | |
| parent | d96c23b4cb771da1047ee1bd2011f8e3c4cdc413 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-networking/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 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 \ | |||
| 85 | " | 85 | " |
| 86 | CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \ | 86 | CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \ |
| 87 | ac_cv_path_RPCGEN=rpcgen \ | 87 | ac_cv_path_RPCGEN=rpcgen \ |
| 88 | systemddir=${systemd_unitdir}/system \ | ||
| 88 | " | 89 | " |
| 89 | 90 | ||
| 90 | do_configure_prepend () { | 91 | do_configure_prepend () { |
