summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-03-28 10:03:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-04 11:53:15 +0100
commit3f3e249b98182fa50358ade9278e3e26454275b8 (patch)
treea74d92205071b6fbceb25ce824357694bcc66a27 /meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb
parenta0745234e78d9161d407f2157dc494fed4487d42 (diff)
downloadopenembedded-core-3f3e249b98182fa50358ade9278e3e26454275b8.tar.gz
gtk+3: set proper FLAGS for native
The target gtk+3 does a native build in its "native" directory, we need unset the target FLAGS for native build, otherwise, there might be build failures. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb b/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb
index 9f8c6abebc..d0174f6093 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb
@@ -4,7 +4,9 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \
file://hardcoded_libtool.patch \
- file://fix-build-when-wayland-backend-enabled.patch"
+ file://fix-build-when-wayland-backend-enabled.patch \
+ file://fix-flags-for-native.patch \
+ "
SRC_URI[md5sum] = "18a81944a8506231529a76bf2b68372b"
SRC_URI[sha256sum] = "b7e9de15385031cff43897e7e59f6692eaabf500f36eef80e6b9d6486ad49427"