diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-07-27 17:43:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-27 23:29:16 +0100 |
commit | eeb412d01d5f1a7ac1c9a10be2450448e0a23f13 (patch) | |
tree | df8b87ffaf906f024878f60f152166045de2ef6e /meta/recipes-graphics/harfbuzz | |
parent | 5d8739f52b3ffb45ef42fcb4dd971044220c41ad (diff) | |
download | poky-eeb412d01d5f1a7ac1c9a10be2450448e0a23f13.tar.gz |
harfbuzz: upgrade to 1.0.1
- Update to Unicode 8.0;
- Implement Universal Shaping Engine;
- Bug fixes.
(From OE-Core rev: 27d068d05239c26a3848eb101571acab54635e37)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_0.9.41.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.41.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb index 1ea4563d02..a199126b13 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.41.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb | |||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \ | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" | 13 | SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2" |
14 | SRC_URI[md5sum] = "a2966f1b6a470c2cd84eb511f924cf68" | 14 | SRC_URI[md5sum] = "b9c144965dfde96672a7c6bdd4f9bf64" |
15 | SRC_URI[sha256sum] = "d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c" | 15 | SRC_URI[sha256sum] = "32a1a7ad584a2f2cfba5c1d234d046c0521e86e7a21d403e15e89aa509ef0ea8" |
16 | 16 | ||
17 | inherit autotools pkgconfig lib_package | 17 | inherit autotools pkgconfig lib_package |
18 | 18 | ||