diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-18 10:42:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:06:59 +0100 |
commit | f4f5d41f6cd262379daa8a00699a64f0df6fd9e7 (patch) | |
tree | b830d1442c2001c03f69bbc53c8f88ee65e2dec5 | |
parent | 2b68b08f47baf2fc2fa896dde0cc66297441b6b3 (diff) | |
download | openembedded-core-f4f5d41f6cd262379daa8a00699a64f0df6fd9e7.tar.gz openembedded-core-f4f5d41f6cd262379daa8a00699a64f0df6fd9e7.tar.bz2 openembedded-core-f4f5d41f6cd262379daa8a00699a64f0df6fd9e7.zip |
glib-2.0: update to 2.36.2
This patch was build- (gcc 4.7.2/4.8.0) and run-tested with my standard
xfce-/gnome2-images
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb (renamed from meta/recipes-core/glib-2.0/glib-2.0_2.36.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.36.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb index 9ab75548e6..935a493561 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.36.1.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb @@ -18,8 +18,8 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ SRC_URI_append_class-native = " file://glib-gettextize-dir.patch" -SRC_URI[md5sum] = "a3bbee44a13facb5a3cab18be5ece14c" -SRC_URI[sha256sum] = "7de37586794e92c024feebe5d306bf5f245fef4803c3666af1ae8dac6ee10b24" +SRC_URI[md5sum] = "d791774ac49eaf8ba59792427bb74af7" +SRC_URI[sha256sum] = "5ea98451fb57d0ba523a1e836545f0a919b498863056fdd9da69d148c1347f80" BBCLASSEXTEND = "native nativesdk" |