aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-01-22 15:53:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-26 22:49:39 +0000
commit9259a43d6d682ee643987ea9fdf9cda7cb3d402b (patch)
treedfdeda13bc318eaceae601ebc2f50d3ae3180177 /meta/recipes-graphics/freetype
parent5ec6dbbfe0fe1778324ff723d1e75948c2e9998f (diff)
downloadopenembedded-core-contrib-9259a43d6d682ee643987ea9fdf9cda7cb3d402b.tar.gz
freetype: update to 2.6.2
(From OE-Core rev: 7a60747647ce36ff3240789f0081aeda6cd4d9fc) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/freetype')
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.6.2.bb (renamed from meta/recipes-graphics/freetype/freetype_2.6.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.6.bb b/meta/recipes-graphics/freetype/freetype_2.6.2.bb
index 17ab1c87a7..63e8ff4c1d 100644
--- a/meta/recipes-graphics/freetype/freetype_2.6.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.6.2.bb
@@ -15,8 +15,8 @@ SECTION = "libs"
SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
file://use-right-libtool.patch"
-SRC_URI[md5sum] = "5682890cb0267f6671dd3de6eabd3e69"
-SRC_URI[sha256sum] = "8469fb8124764f85029cc8247c31e132a2c5e51084ddce2a44ea32ee4ae8347e"
+SRC_URI[md5sum] = "86109d0c998787d81ac582bad9adf82e"
+SRC_URI[sha256sum] = "baf6bdef7cdcc12ac270583f76ef245efe936267dbecef835f02a3409fcbb892"
BINCONFIG = "${bindir}/freetype-config"
@@ -46,7 +46,7 @@ do_configure() {
}
do_install_append() {
- oe_multilib_header freetype2/config/ftconfig.h
+ oe_multilib_header freetype2/freetype/config/ftconfig.h
}
BBCLASSEXTEND = "native"