mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
remake: Fix out of tree builds
remake fails with errors during configure due to the out of tree build changes.
This ensures the configure commands run correctly on files in ${S}.
[YOCTO #4139]
(From OE-Core rev: 166c123bc0d121eeea39db71e63940fa2f8a3f7b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,10 +16,10 @@ PROVIDES += "make"
|
||||
|
||||
do_configure_prepend() {
|
||||
# remove the default LINGUAS since we are not going to generate languages
|
||||
rm po/LINGUAS
|
||||
touch po/LINGUAS
|
||||
rm ${S}/po/LINGUAS
|
||||
touch ${S}/po/LINGUAS
|
||||
# create config.rpath which required by configure.ac
|
||||
autopoint || touch config.rpath
|
||||
( cd ${S}; autopoint || touch config.rpath )
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user