diff options
| -rw-r--r-- | meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb b/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb index 4e619c5f69..d03c153298 100644 --- a/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb +++ b/meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb | |||
| @@ -62,7 +62,9 @@ do_configure_prepend () { | |||
| 62 | # 64-bit architectures: | 62 | # 64-bit architectures: |
| 63 | rm -f *_xdr.c | 63 | rm -f *_xdr.c |
| 64 | 64 | ||
| 65 | mv aclocal.m4 acinclude.m4 | 65 | if [ ! -f ${S}/acinclude.m4 ]; then |
| 66 | mv ${S}/aclocal.m4 ${S}/acinclude.m4 | ||
| 67 | fi | ||
| 66 | } | 68 | } |
| 67 | 69 | ||
| 68 | # This recipe is intended for -native and -nativesdk builds only, | 70 | # This recipe is intended for -native and -nativesdk builds only, |
