libgcrypt: fix do_configure failed

Fixed:
rm: cannot remove `/path/libgcrypt-1.6.1/m4/*.m4': No such file or directory

We would meet this error if we stop the configure and run again.

(From OE-Core rev: 2d13380c6546bb41afa53227f1571bd2908ceca2)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2014-06-06 06:08:51 -04:00 committed by Richard Purdie
parent 63f3c39505
commit 7d8a0aff0d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ EXTRA_OECONF = "--disable-asm --with-capabilities"
do_configure_prepend () {
# Else these could be used in prefernce to those in aclocal-copy
rm ${S}/m4/*.m4
rm -f ${S}/m4/*.m4
}
# libgcrypt.pc is added locally and thus installed here