From patchwork Mon Jul 30 15:04:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] glibmm: Fix compile error with latest glib Date: Mon, 30 Jul 2012 15:04:07 -0000 From: Gary Thomas X-Patchwork-Id: 33305 Message-Id: <1343660648-20358-1-git-send-email-gary@mlbassoc.com> To: openembedded-devel@lists.openembedded.org Internal files should not be included directly. Signed-off-by: Gary Thomas --- .../glib-2.0/glibmm/fix-compile-error.patch | 13 +++++++++++++ meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-core/glib-2.0/glibmm/fix-compile-error.patch diff --git a/meta-oe/recipes-core/glib-2.0/glibmm/fix-compile-error.patch b/meta-oe/recipes-core/glib-2.0/glibmm/fix-compile-error.patch new file mode 100644 index 0000000..33c6215 --- /dev/null +++ b/meta-oe/recipes-core/glib-2.0/glibmm/fix-compile-error.patch @@ -0,0 +1,13 @@ +Index: glibmm-2.28.2/glib/glibmm/varianttype.cc +=================================================================== +--- glibmm-2.28.2.orig/glib/glibmm/varianttype.cc ++++ glibmm-2.28.2/glib/glibmm/varianttype.cc +@@ -23,7 +23,7 @@ + + #include + #include +-#include ++#include + + namespace Glib + { diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb index 6604091..7ec0be2 100644 --- a/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb +++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb @@ -6,4 +6,7 @@ SRC_URI[archive.md5sum] = "cf33d1861d09fb2952a6a1d69e0502e3" SRC_URI[archive.sha256sum] = "7b67178363f8494c94f8b3dd704a4c8db7ad75a253fc84a4ad229e5e179ec192" SRC_URI += " file://remove-examples.patch \ - file://glib-2.32.patch" + file://fix-compile-error.patch \ +" + +