diff options
author | Ross Burton <ross.burton@intel.com> | 2014-05-12 13:14:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:24:00 +0100 |
commit | f5d13a8581ca50dcf9707d4e1ca0bd63fcba29c3 (patch) | |
tree | 43cefcb2084694c319c4a7fad9645a04bac765ce /meta/recipes-graphics | |
parent | b755139b8112b425ff0a21f121104b7d212e7143 (diff) | |
download | openembedded-core-f5d13a8581ca50dcf9707d4e1ca0bd63fcba29c3.tar.gz openembedded-core-f5d13a8581ca50dcf9707d4e1ca0bd63fcba29c3.tar.bz2 openembedded-core-f5d13a8581ca50dcf9707d4e1ca0bd63fcba29c3.zip |
freetype: upgrade to 2.5.3
Also drop the redundant definition of S.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.5.3.bb (renamed from meta/recipes-graphics/freetype/freetype_2.5.2.bb) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.5.2.bb b/meta/recipes-graphics/freetype/freetype_2.5.3.bb index 0c62a678cd..7182c21943 100644 --- a/meta/recipes-graphics/freetype/freetype_2.5.2.bb +++ b/meta/recipes-graphics/freetype/freetype_2.5.3.bb @@ -13,13 +13,9 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56 SECTION = "libs" -SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ -" - -SRC_URI[md5sum] = "10e8f4d6a019b124088d18bc26123a25" -SRC_URI[sha256sum] = "4ff4bd393aa01071ec7b849d035508a505a78f88b2bcf25ff11e58e43c0b9def" - -S = "${WORKDIR}/freetype-${PV}" +SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2" +SRC_URI[md5sum] = "d6b60f06bfc046e43ab2a6cbfd171d65" +SRC_URI[sha256sum] = "c0848b29d52ef3ca27ad92e08351f023c5e24ce8cea7d8fe69fc96358e65f75e" inherit autotools-brokensep pkgconfig binconfig multilib_header |