diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-20 22:45:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-22 07:20:02 +0000 |
commit | d59809c51155c6fccf5ae58c1723be85bf95de05 (patch) | |
tree | 92ac100f6a11b5bf106c9e7976036770512e0181 | |
parent | eda67336485c2c199e5de5ac114cf9c8d5d3134b (diff) | |
download | poky-d59809c51155c6fccf5ae58c1723be85bf95de05.tar.gz |
gdk-pixbuf: upgrade to 2.30.3
(From OE-Core rev: 992c054c0656efce50d3902b3f0b101ab9ea602a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb (renamed from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb index 408178d2a2..dd1f27f6b5 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb | |||
@@ -19,8 +19,8 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | |||
19 | file://extending-libinstall-dependencies.patch \ | 19 | file://extending-libinstall-dependencies.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "e5ae32be7927c9bc94d8593a881eeb3f" | 22 | SRC_URI[md5sum] = "81161cc895eb43afd9ae7354b87e2261" |
23 | SRC_URI[sha256sum] = "a3263b1e15668c009313bf04ab67420bec9f2b167c402a71a486307cadee8d30" | 23 | SRC_URI[sha256sum] = "c229c53f59573eab9410b53690a4b9db770312c80a4d84ecd6295aa894574494" |
24 | 24 | ||
25 | inherit autotools pkgconfig gettext pixbufcache | 25 | inherit autotools pkgconfig gettext pixbufcache |
26 | 26 | ||