]> code.ossystems Code Review - openembedded-core.git/commitdiff
webkit-gtk: Fix separate builddir support
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Feb 2014 22:14:57 +0000 (22:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Feb 2014 13:52:43 +0000 (13:52 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb

index cd571b15aa1934dcf8f0561b747730a44131caba..3db8e6d713f70c24be02d92e9103d29077b06557 100644 (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
 }