From patchwork Thu May 12 11:01:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [19/54] web-webkit: Add Upstream-Status Date: Thu, 12 May 2011 11:01:10 -0000 From: Zhai, Edwin X-Patchwork-Id: 3817 Message-Id: <723986dc7a9d5b09d14e2501e818fa059e35f0ae.1305197864.git.edwin.zhai@intel.com> To: openembedded-core@lists.openembedded.org Cc: From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../web/web-webkit/link-with-g++.patch | 3 +++ meta/recipes-sato/web/web-webkit/make-382.patch | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/web/web-webkit/link-with-g++.patch b/meta/recipes-sato/web/web-webkit/link-with-g++.patch index 50d6e93..e0c6784 100644 --- a/meta/recipes-sato/web/web-webkit/link-with-g++.patch +++ b/meta/recipes-sato/web/web-webkit/link-with-g++.patch @@ -3,6 +3,9 @@ linking. The easiest way to achieve this is to add a dummy cpp file. This also means we have to add AC_PROG_CXX else libtool 2.2.2 gets upset. RP - 14/4/08 + +Upstream-Status: Inappropriate [configuration] + --- webkit.orig/src/Makefile.am +++ webkit/src/Makefile.am @@ -1,11 +1,11 @@ diff --git a/meta/recipes-sato/web/web-webkit/make-382.patch b/meta/recipes-sato/web/web-webkit/make-382.patch index 253743d..3689435 100644 --- a/meta/recipes-sato/web/web-webkit/make-382.patch +++ b/meta/recipes-sato/web/web-webkit/make-382.patch @@ -2,6 +2,8 @@ Make 3.82 does not allow 8 spaces instead of a tab JL - 15/12/10 +Upstream-Status: Inappropriate [configuration] + Index: webkit/Makefile.am =================================================================== --- webkit.orig/Makefile.am