mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 20:00:33 +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:
parent
7d9f9ec703
commit
96f40b42ae
@ -85,7 +85,7 @@ CONFIGUREOPT_DEPTRACK = ""
|
||||
|
||||
do_configure_append() {
|
||||
# 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
|
||||
done
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user