mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
95579958c7
commit
f7eac57fb0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user