summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2014-02-20 12:09:36 +0200
committerSaul Wold <sgw@linux.intel.com>2014-02-20 20:06:23 -0800
commitc885365107cc31ba2eff94cfae4f09813ac53a97 (patch)
tree6c44d529ec3e973222490f817d2e656fc4e90fcf /meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb
parent2d51215dbfcde7a9ead430ca8c127944c77ceb40 (diff)
downloadopenembedded-core-contrib-c885365107cc31ba2eff94cfae4f09813ac53a97.tar.gz
gtk+3: upgrade to 3.10.7
(*) removed patches that were already commited upstream (*) added new patch to solve the build issue (*) changed the package URL because the old one is unreliable. Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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.bb17
1 files changed, 17 insertions, 0 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
new file mode 100644
index 0000000000..9f8c6abebc
--- /dev/null
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb
@@ -0,0 +1,17 @@
+require gtk+3.inc
+
+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"
+
+SRC_URI[md5sum] = "18a81944a8506231529a76bf2b68372b"
+SRC_URI[sha256sum] = "b7e9de15385031cff43897e7e59f6692eaabf500f36eef80e6b9d6486ad49427"
+
+S = "${WORKDIR}/gtk+-${PV}"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
+ file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \
+ file://gdk/gdk.h;endline=25;md5=c920ce39dc88c6f06d3e7c50e08086f2 \
+ file://tests/testgtk.c;endline=25;md5=cb732daee1d82af7a2bf953cf3cf26f1"