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:32:04 +0100 |
commit | f7eac57fb0393006878cc1b0cc3b770fc9557c8f (patch) | |
tree | e9fe7deb85a083c1215a8e630ebfe268ef286df7 /meta/recipes-graphics | |
parent | 95579958c7ce90f9ca16f12524c9319b6a9dad98 (diff) | |
download | poky-f7eac57fb0393006878cc1b0cc3b770fc9557c8f.tar.gz |
freetype: upgrade to 2.5.3
Also drop the redundant definition of S.
(From OE-Core rev: f5d13a8581ca50dcf9707d4e1ca0bd63fcba29c3)
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 | |||
13 | 13 | ||
14 | SECTION = "libs" | 14 | SECTION = "libs" |
15 | 15 | ||
16 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ | 16 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2" |
17 | " | 17 | SRC_URI[md5sum] = "d6b60f06bfc046e43ab2a6cbfd171d65" |
18 | 18 | SRC_URI[sha256sum] = "c0848b29d52ef3ca27ad92e08351f023c5e24ce8cea7d8fe69fc96358e65f75e" | |
19 | SRC_URI[md5sum] = "10e8f4d6a019b124088d18bc26123a25" | ||
20 | SRC_URI[sha256sum] = "4ff4bd393aa01071ec7b849d035508a505a78f88b2bcf25ff11e58e43c0b9def" | ||
21 | |||
22 | S = "${WORKDIR}/freetype-${PV}" | ||
23 | 19 | ||
24 | inherit autotools-brokensep pkgconfig binconfig multilib_header | 20 | inherit autotools-brokensep pkgconfig binconfig multilib_header |
25 | 21 | ||