Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] webkit-gtk: Fix separate builddir support
@ 2014-02-27 22:14 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-02-27 22:14 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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
 }




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-27 22:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 22:14 [PATCH] webkit-gtk: Fix separate builddir support Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox