[oe-commits] Richard Purdie : webkit-gtk: Fix separate builddir support

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 13:55:22 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: c69a23c4fd38b0d8bc664ec8145905a6a7f29038
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c69a23c4fd38b0d8bc664ec8145905a6a7f29038

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Feb 27 22:14:57 2014 +0000

webkit-gtk: Fix separate builddir support

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index cd571b1..3db8e6d 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -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
 }



More information about the Openembedded-commits mailing list