diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-27 22:14:57 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:01:14 +0000 |
| commit | 96f40b42aecad5aa4f4e5a2a69fedc991e33016b (patch) | |
| tree | 94f6945c6bce5656cd4adbac6d7ed6d28b547e07 /meta | |
| parent | 7d9f9ec703140be93cf7e3df7ed6ea3dda85a2bb (diff) | |
| download | poky-96f40b42aecad5aa4f4e5a2a69fedc991e33016b.tar.gz | |
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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 cd571b15aa..3db8e6d713 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 = "" | |||
| 85 | 85 | ||
| 86 | do_configure_append() { | 86 | do_configure_append() { |
| 87 | # somethings wrong with icu, fix it up manually | 87 | # somethings wrong with icu, fix it up manually |
| 88 | for makefile in $(find ${S} -name "GNUmakefile") ; do | 88 | for makefile in $(find ${B} -name "GNUmakefile") ; do |
| 89 | sed -i s:-I/usr/include::g $makefile | 89 | sed -i s:-I/usr/include::g $makefile |
| 90 | done | 90 | done |
| 91 | } | 91 | } |
