summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
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:47:54 +0000
commit7a60747647ce36ff3240789f0081aeda6cd4d9fc (patch)
treecbd67f657d8686822dea0f83642f3cd09598c9de /meta/recipes-graphics
parent553a12329a50dfac86afd44b6bacbe1a42b675a7 (diff)
downloadopenembedded-core-contrib-7a60747647ce36ff3240789f0081aeda6cd4d9fc.tar.gz
freetype: update to 2.6.2
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-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"