[oe-commits] Cristian Iorga : harfbuzz: upgrade to 0.9.41

git at git.openembedded.org git at git.openembedded.org
Sun Jul 12 21:53:40 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 64733935306d6b484db40b15e6e4938fbabf1d65
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=64733935306d6b484db40b15e6e4938fbabf1d65

Author: Cristian Iorga <cristian.iorga at intel.com>
Date:   Wed Jul  8 20:57:53 2015 +0300

harfbuzz: upgrade to 0.9.41

Fix hb-coretext with trailing whitespace in right-to-left.
New API: hb_buffer_reverse_range().
Allow implementing atomic ops in config.h.
Fix hb_language_t in language bindings.
Misc fixes.

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../harfbuzz/{harfbuzz_0.9.40.bb => harfbuzz_0.9.41.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.41.bb
similarity index 88%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_0.9.41.bb
index 2517ede..1ea4563 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.41.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
 SECTION = "libs"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
-SRC_URI[md5sum] = "0e27e531f4c4acff601ebff0957755c2"
-SRC_URI[sha256sum] = "1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f"
+SRC_URI[md5sum] = "a2966f1b6a470c2cd84eb511f924cf68"
+SRC_URI[sha256sum] = "d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c"
 
 inherit autotools pkgconfig lib_package
 



More information about the Openembedded-commits mailing list