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:
Richard Purdie 2014-02-27 22:14:57 +00:00
parent 7d9f9ec703
commit 96f40b42ae
1 changed files with 1 additions and 1 deletions

View File

@ -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
}