diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-17 22:07:38 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-19 16:14:58 +0000 |
commit | 2ad1d5f0e06d92cce0ae78b99d59b7bff108b698 (patch) | |
tree | 7ecfaef9e2e8f51bfe6d83a5b66e6c77a6df9b70 | |
parent | eb4d60edb49b19f68cc3600f97c3ae290c2d2462 (diff) | |
download | poky-2ad1d5f0e06d92cce0ae78b99d59b7bff108b698.tar.gz |
gtk+3: upgrade 3.24.1 -> 3.24.5
(From OE-Core rev: 10799b3efd554392a438c83779fdafff14a8f63e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.24.5.bb (renamed from meta/recipes-gnome/gtk+/gtk+3_3.24.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.1.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.5.bb index 6de3e73f2f..799cbd4707 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.24.1.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.5.bb | |||
@@ -7,8 +7,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar | |||
7 | file://0002-Do-not-try-to-initialize-GL-without-libGL.patch \ | 7 | file://0002-Do-not-try-to-initialize-GL-without-libGL.patch \ |
8 | file://0003-Add-disable-opengl-configure-option.patch \ | 8 | file://0003-Add-disable-opengl-configure-option.patch \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "9dfe16f486573815f242fa400763feb7" | 10 | SRC_URI[md5sum] = "32862355c08f6af3e7848c695cd4081b" |
11 | SRC_URI[sha256sum] = "68387be307b99aadcdc653561d7a2a7f0113b93561fb18ded7075ec9ced5b02f" | 11 | SRC_URI[sha256sum] = "0be5fb0d302bc3de26ab58c32990d895831e2b7c7418d0ffea1206d6a3ddb02f" |
12 | 12 | ||
13 | S = "${WORKDIR}/gtk+-${PV}" | 13 | S = "${WORKDIR}/gtk+-${PV}" |
14 | 14 | ||