unfs-server: Fix do_configure so it can be re-executed safely

[YOCTO #2194]

(From OE-Core rev: 43e6fec78e36beb770fd47b0c4631d7382025d6b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-04-15 14:02:02 +01:00
parent 2e01a44f3b
commit 5c006a460f
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ do_configure_prepend () {
# 64-bit architectures:
rm -f *_xdr.c
mv aclocal.m4 acinclude.m4
if [ ! -f ${S}/acinclude.m4 ]; then
mv ${S}/aclocal.m4 ${S}/acinclude.m4
fi
}
# This recipe is intended for -native and -nativesdk builds only,