diff options
author | Ross Burton <ross.burton@intel.com> | 2013-12-09 12:45:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-10 11:29:24 +0000 |
commit | 2b0d0cbfb123654646aac70bfcc4ff4670e8c540 (patch) | |
tree | 40b3dc535c552f14977e4f885b938433bb6c7dc9 | |
parent | ce460dd1b9c137b00d1142801b133c083ce55e74 (diff) | |
download | openembedded-core-2b0d0cbfb123654646aac70bfcc4ff4670e8c540.tar.gz openembedded-core-2b0d0cbfb123654646aac70bfcc4ff4670e8c540.tar.bz2 openembedded-core-2b0d0cbfb123654646aac70bfcc4ff4670e8c540.zip |
freetype: upgrade to 2.5.2
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.5.2.bb (renamed from meta/recipes-graphics/freetype/freetype_2.5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.5.1.bb b/meta/recipes-graphics/freetype/freetype_2.5.2.bb index 8e59840916..2521b5e691 100644 --- a/meta/recipes-graphics/freetype/freetype_2.5.1.bb +++ b/meta/recipes-graphics/freetype/freetype_2.5.2.bb @@ -16,8 +16,8 @@ SECTION = "libs" SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ " -SRC_URI[md5sum] = "93eba7854094f46d7d98a9a2370af4d6" -SRC_URI[sha256sum] = "d715faa92b37980280c857ce9d356fff4361c5a7bd9b5c3f867fc24f598d8f45" +SRC_URI[md5sum] = "10e8f4d6a019b124088d18bc26123a25" +SRC_URI[sha256sum] = "4ff4bd393aa01071ec7b849d035508a505a78f88b2bcf25ff11e58e43c0b9def" S = "${WORKDIR}/freetype-${PV}" |