[OE-core] [2.2][PATCH 5/7] harfbuzz: update 1.2.3 -> 1.2.4

Andre McCurdy armccurdy at gmail.com
Fri Apr 15 23:59:56 UTC 2016


Overview of changes leading to 1.2.4
Thursday, March 17, 2016
====================================

- Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
  I really hope we don't discover broken fonts that shape badly with this
  change.
- Misc build and other minor fixes.
- API changes:
  - Added HB_NDEBUG.  It's fine for production systems to define this to
    disable high-overhead debugging checks.  However, I also reduced the
    overhead of those checks, so it's a non-issue right now.  You can
    forget it.  Just not defining anything at all is fine.

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 .../harfbuzz/{harfbuzz_1.2.3.bb => harfbuzz_1.2.4.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.2.3.bb => harfbuzz_1.2.4.bb} (88%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.3.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.4.bb
similarity index 88%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_1.2.3.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_1.2.4.bb
index cfe885f..27001ec 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.3.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.2.4.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 cairo fontconfig freetype"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
 
-SRC_URI[md5sum] = "da8d97e262e6ef8288e1ae76369421bd"
-SRC_URI[sha256sum] = "8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c"
+SRC_URI[md5sum] = "3898b890f13dce5ac7a01c5446021729"
+SRC_URI[sha256sum] = "449dbdf12a8f94aedbdefaac831d8b1bf45e7decaa9192eaa4f74104ef9de491"
 
 inherit autotools pkgconfig lib_package
 
-- 
1.9.1




More information about the Openembedded-core mailing list