From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: Re: [PATCH 5/5] gtk-engines: fix build with glib-2.32
Date: Thu, 03 May 2012 13:24:08 -0700 [thread overview]
Message-ID: <4FA2E968.4010305@linux.intel.com> (raw)
In-Reply-To: <f42d908150e61fe8209ab1e0c3bc3d9a171b22d9.1336023730.git.Martin.Jansa@gmail.com>
On 05/02/2012 10:42 PM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> ---
> .../gtk-engines/gtk-engines-2.20.2/glib-2.32.patch | 23 ++++++++++++++++++++
> .../gtk-engines/gtk-engines_2.20.2.bb | 3 +-
> 2 files changed, 25 insertions(+), 1 deletions(-)
> create mode 100644 meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/glib-2.32.patch
>
> diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/glib-2.32.patch b/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/glib-2.32.patch
> new file mode 100644
> index 0000000..f0b878d
> --- /dev/null
> +++ b/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/glib-2.32.patch
> @@ -0,0 +1,23 @@
> +From 8d49a386f467cbf8e0842d2218126f643e50f834 Mon Sep 17 00:00:00 2001
> +From: Dominique Leuenberger<dimstar@opensuse.org>
> +Date: Sun, 27 Nov 2011 14:24:57 +0000
> +Subject: Fix build with glib 2.31: Only glib.h can be #include'd. Fixes bug #664914
> +
> +Upstream-Status: Backport
> +
> +---
> +diff --git a/engines/clearlooks/src/animation.c b/engines/clearlooks/src/animation.c
> +index 1f7a41f..56a9286 100644
> +--- a/engines/clearlooks/src/animation.c
> ++++ b/engines/clearlooks/src/animation.c
> +@@ -28,7 +28,7 @@
> + #include "animation.h"
> +
> + #ifdef HAVE_WORKING_ANIMATION
> +-#include<glib/gtimer.h>
> ++#include<glib.h>
> +
> + struct _AnimationInfo {
> + GTimer *timer;
> +--
> +cgit v0.9.0.2
> diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
> index 3ca6e81..5b8ee88 100644
> --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
> +++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
> SECTION = "x11/base"
> DEPENDS = "gtk+"
>
> -PR = "r1"
> +PR = "r2"
>
> PACKAGES_DYNAMIC = "gtk-engine-* gtk-theme-*"
>
> @@ -39,5 +39,6 @@ python populate_packages_prepend() {
> # TODO: mark theme packages as arch all
> }
>
> +SRC_URI += "file://glib-2.32.patch"
> SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f"
> SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5"
Merged into OE-Core
Along with 3/4 and 4/4 from earlier
Thanks
Sau!
next prev parent reply other threads:[~2012-05-03 20:33 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-02 13:59 [PATCH 0/2] glib-2.0 another upgrade Martin Jansa
2012-05-02 13:59 ` [PATCH 1/2] site/arm-common: alignment values for guin32, guin64 and unsigned long Martin Jansa
2012-05-02 14:09 ` Martin Jansa
2012-05-02 21:08 ` Khem Raj
2012-05-03 5:38 ` Martin Jansa
2012-05-03 5:44 ` Khem Raj
2012-05-03 5:46 ` Martin Jansa
2012-05-03 8:55 ` Richard Purdie
2012-05-03 9:29 ` Martin Jansa
2012-05-03 13:29 ` Richard Purdie
2012-05-03 13:46 ` Richard Purdie
2012-05-03 14:07 ` Khem Raj
2012-05-03 14:41 ` Martin Jansa
2012-05-03 14:50 ` Khem Raj
2012-05-02 13:59 ` [PATCH 2/2] glib-2.0: upgrade to 2.32.2 Martin Jansa
[not found] ` <cover.1335969047.git.Martin.Jansa@gmail.com>
2012-05-02 14:32 ` [PATCH 3/4] qt-4.8.1: fix creating /include directory in build host root Martin Jansa
2012-05-02 14:32 ` [PATCH 4/4] site/ix86-common, site/x86_64-linux: alignment values for guin32, guin64 and unsigned long Martin Jansa
[not found] ` <cover.1336023730.git.Martin.Jansa@gmail.com>
2012-05-03 5:42 ` [PATCH 5/5] gtk-engines: fix build with glib-2.32 Martin Jansa
2012-05-03 20:24 ` Saul Wold [this message]
2012-05-07 16:17 ` [PATCH 0/2] glib-2.0 another upgrade Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FA2E968.4010305@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.