mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user