mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
webkit-gtk: Fix separate builddir support
(From OE-Core rev: c69a23c4fd38b0d8bc664ec8145905a6a7f29038) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -85,7 +85,7 @@ CONFIGUREOPT_DEPTRACK = ""
|
|||||||
|
|
||||||
do_configure_append() {
|
do_configure_append() {
|
||||||
# somethings wrong with icu, fix it up manually
|
# somethings wrong with icu, fix it up manually
|
||||||
for makefile in $(find ${S} -name "GNUmakefile") ; do
|
for makefile in $(find ${B} -name "GNUmakefile") ; do
|
||||||
sed -i s:-I/usr/include::g $makefile
|
sed -i s:-I/usr/include::g $makefile
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user