| Submitter | Zhai, Edwin |
|---|---|
| Date | May 12, 2011, 11:01 a.m. |
| Message ID | <723986dc7a9d5b09d14e2501e818fa059e35f0ae.1305197864.git.edwin.zhai@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/3817/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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