]> code.ossystems Code Review - openembedded-core.git/commit
gnutls: Fix configure issue wrt to rm
authorKhem Raj <raj.khem@gmail.com>
Thu, 19 Jan 2012 05:39:16 +0000 (21:39 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2012 11:29:05 +0000 (11:29 +0000)
commit8904e075d4953413edf13c43ee3a10493a6c63bb
tree248fde948048d2ab93125790bced5a21bb81c190
parent0a7171176c6a39dae08d683961bc53dfb7f206e9
gnutls: Fix configure issue wrt to rm

Add -f option so if the files dont exist then we can
still continue. Fixes errors like

| + do_configure
| + for dir in . lib libextra
| + rm ./aclocal.m4 ./m4/libtool.m4 './m4/lt*.m4'
| rm: cannot remove `./m4/libtool.m4': No such file or directory
| rm: cannot remove `./m4/lt*.m4': No such file or directory

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-support/gnutls/gnutls.inc