mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
foxtrotgps: rename configure.in only if it still exists
* it was failing when do_configure was reexecuted in same workdir Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
2730f4f6fa
commit
44b3c94232
|
|
@ -12,8 +12,12 @@ SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c32
|
|||
|
||||
inherit autotools pkgconfig perlnative
|
||||
|
||||
PR = "r1"
|
||||
|
||||
do_configure_prepend() {
|
||||
mv ${S}/configure.in ${S}/configure.ac
|
||||
if [ -f ${S}/configure.in ] ; then
|
||||
mv ${S}/configure.in ${S}/configure.ac
|
||||
fi
|
||||
}
|
||||
|
||||
RRECOMMENDS_${PN} = "gpsd"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user