mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
libassuan: fix for rebuild
Fixed when rebuild: rm: cannot remove `/path/to/2.1.2-r0/libassuan-2.1.2/m4/*.m4': No such file or directory The files may not exist when rebuild. (From OE-Core rev: f04576c761c568083be1143f421e29fc2365846a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ddf7d2bef8
commit
6ec3a0bd91
@@ -22,5 +22,5 @@ inherit autotools texinfo binconfig-disabled pkgconfig
|
||||
|
||||
do_configure_prepend () {
|
||||
# Else these could be used in prefernce to those in aclocal-copy
|
||||
rm ${S}/m4/*.m4
|
||||
rm -f ${S}/m4/*.m4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user