diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2018-08-24 08:52:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-24 08:58:13 -0700 |
| commit | 3e697048cdaa4b0ec38f0fafd5a38b15d99b48f6 (patch) | |
| tree | 80b6ffaeb187e08253bab749b8936d6851da2d26 | |
| parent | 62489d5a61124625809f7eeb1210ac1e1f51815d (diff) | |
| download | meta-openembedded-3e697048cdaa4b0ec38f0fafd5a38b15d99b48f6.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-daemons/autofs/autofs_5.1.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.4.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.4.bb index 187c6fa259..e4ef5bb08d 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.4.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.4.bb | |||
| @@ -46,13 +46,14 @@ EXTRA_OECONF += "--disable-mount-locking \ | |||
| 46 | --enable-ignore-busy --with-openldap=no \ | 46 | --enable-ignore-busy --with-openldap=no \ |
| 47 | --with-sasl=no --with-libtirpc \ | 47 | --with-sasl=no --with-libtirpc \ |
| 48 | --with-path=${STAGING_BINDIR_NATIVE} \ | 48 | --with-path=${STAGING_BINDIR_NATIVE} \ |
| 49 | --with-fifodir=${localstatedir}/run \ | ||
| 50 | --with-flagdir=${localstatedir}/run \ | ||
| 49 | " | 51 | " |
| 50 | CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \ | 52 | CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \ |
| 51 | ac_cv_path_RPCGEN=rpcgen \ | 53 | ac_cv_path_RPCGEN=rpcgen \ |
| 52 | " | 54 | " |
| 53 | 55 | ||
| 54 | do_configure_prepend () { | 56 | do_configure_prepend () { |
| 55 | sed -e "s:filagdir:flagdir:" -i ${S}/configure.in | ||
| 56 | if [ ! -e ${S}/acinclude.m4 ]; then | 57 | if [ ! -e ${S}/acinclude.m4 ]; then |
| 57 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | 58 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 |
| 58 | fi | 59 | fi |
