[oe-commits] [openembedded-core] 12/15: harfbuzz: upgrade 2.1.3 -> 2.2.0

git at git.openembedded.org git at git.openembedded.org
Thu Dec 20 00:00:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5acde0b160a099e458a481745bd5a6b49f29b940
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Wed Dec 19 15:29:25 2018 +0800

    harfbuzz: upgrade 2.1.3 -> 2.2.0
    
    For changes, see:
    
    https://cgit.freedesktop.org/harfbuzz/tree/NEWS?h=2.2.0
    
    Remove do_configure_append after the patch to remove pkg.m4 was merged
    upstream.
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../harfbuzz/{harfbuzz_2.1.3.bb => harfbuzz_2.2.0.bb}          | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.1.3.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb
similarity index 77%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_2.1.3.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb
index 235f8d4..3b1e6a8 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.1.3.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
 DEPENDS = "glib-2.0 cairo fontconfig freetype"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
-SRC_URI[md5sum] = "38b0a17fca5ae38ff54fc22939ded371"
-SRC_URI[sha256sum] = "613264460bb6814c3894e3953225c5357402915853a652d40b4230ce5faf0bee"
+SRC_URI[md5sum] = "d9b8b2bc4d0cdf7f0824f4f0631d264b"
+SRC_URI[sha256sum] = "b7ccfcbd56b970a709e8b9ea9fb46c922c606c2feef8f086fb6a8492e530f810"
 
 inherit autotools pkgconfig lib_package gtk-doc
 
@@ -27,12 +27,6 @@ EXTRA_OECONF = " \
     --without-graphite2 \
 "
 
-do_configure_prepend() {
-    # This is ancient and can get used instead of the patched one we ship,
-    # so delete it. In 1.8.9 this should be removed upstream.
-    rm -f ${S}/m4/pkg.m4
-}
-
 PACKAGES =+ "${PN}-icu ${PN}-icu-dev"
 
 LEAD_SONAME = "libharfbuzz.so"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list