mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
autofs: specify fifodir and flagdir
Explicitly specify the fifodir and flagdir to ${localstatedir}/run.
Remove the line for fixing typo since it had been fixed upstream.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -46,13 +46,14 @@ EXTRA_OECONF += "--disable-mount-locking \
|
|||||||
--enable-ignore-busy --with-openldap=no \
|
--enable-ignore-busy --with-openldap=no \
|
||||||
--with-sasl=no --with-libtirpc \
|
--with-sasl=no --with-libtirpc \
|
||||||
--with-path=${STAGING_BINDIR_NATIVE} \
|
--with-path=${STAGING_BINDIR_NATIVE} \
|
||||||
|
--with-fifodir=${localstatedir}/run \
|
||||||
|
--with-flagdir=${localstatedir}/run \
|
||||||
"
|
"
|
||||||
CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
|
CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
|
||||||
ac_cv_path_RPCGEN=rpcgen \
|
ac_cv_path_RPCGEN=rpcgen \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
sed -e "s:filagdir:flagdir:" -i ${S}/configure.in
|
|
||||||
if [ ! -e ${S}/acinclude.m4 ]; then
|
if [ ! -e ${S}/acinclude.m4 ]; then
|
||||||
cp ${S}/aclocal.m4 ${S}/acinclude.m4
|
cp ${S}/aclocal.m4 ${S}/acinclude.m4
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user