mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
d96c23b4cb
commit
8677de717b
@@ -85,6 +85,7 @@ EXTRA_OECONF += "--disable-mount-locking \
|
|||||||
"
|
"
|
||||||
CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
|
CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
|
||||||
ac_cv_path_RPCGEN=rpcgen \
|
ac_cv_path_RPCGEN=rpcgen \
|
||||||
|
systemddir=${systemd_unitdir}/system \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
|
|||||||
Reference in New Issue
Block a user