diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-22 15:53:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:49:39 +0000 |
commit | 9259a43d6d682ee643987ea9fdf9cda7cb3d402b (patch) | |
tree | dfdeda13bc318eaceae601ebc2f50d3ae3180177 /meta | |
parent | 5ec6dbbfe0fe1778324ff723d1e75948c2e9998f (diff) | |
download | poky-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')
-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" | |||
15 | 15 | ||
16 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ | 16 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ |
17 | file://use-right-libtool.patch" | 17 | file://use-right-libtool.patch" |
18 | SRC_URI[md5sum] = "5682890cb0267f6671dd3de6eabd3e69" | 18 | SRC_URI[md5sum] = "86109d0c998787d81ac582bad9adf82e" |
19 | SRC_URI[sha256sum] = "8469fb8124764f85029cc8247c31e132a2c5e51084ddce2a44ea32ee4ae8347e" | 19 | SRC_URI[sha256sum] = "baf6bdef7cdcc12ac270583f76ef245efe936267dbecef835f02a3409fcbb892" |
20 | 20 | ||
21 | BINCONFIG = "${bindir}/freetype-config" | 21 | BINCONFIG = "${bindir}/freetype-config" |
22 | 22 | ||
@@ -46,7 +46,7 @@ do_configure() { | |||
46 | } | 46 | } |
47 | 47 | ||
48 | do_install_append() { | 48 | do_install_append() { |
49 | oe_multilib_header freetype2/config/ftconfig.h | 49 | oe_multilib_header freetype2/freetype/config/ftconfig.h |
50 | } | 50 | } |
51 | 51 | ||
52 | BBCLASSEXTEND = "native" | 52 | BBCLASSEXTEND = "native" |