[oe-commits] Marko Lindqvist : harfbuzz: update to upstream version 0.9.12

git at git.openembedded.org git at git.openembedded.org
Fri Feb 15 15:31:22 UTC 2013


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

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Wed Feb 13 13:25:55 2013 +0200

harfbuzz: update to upstream version 0.9.12

Fixed license declaration to have AND between all the licenses
instead of OR.

Signed-off-by: Marko Lindqvist <cazfi74 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../avoid_double_version_h.patch                   |    0
 .../disable_graphite.patch                         |    0
 .../{harfbuzz_0.9.10.bb => harfbuzz_0.9.12.bb}     |    8 ++++----
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.10/avoid_double_version_h.patch b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/avoid_double_version_h.patch
similarity index 100%
rename from meta/recipes-graphics/harfbuzz/harfbuzz-0.9.10/avoid_double_version_h.patch
rename to meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/avoid_double_version_h.patch
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.10/disable_graphite.patch b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/disable_graphite.patch
similarity index 100%
rename from meta/recipes-graphics/harfbuzz/harfbuzz-0.9.10/disable_graphite.patch
rename to meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/disable_graphite.patch
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.10.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.12.bb
similarity index 82%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_0.9.10.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_0.9.12.bb
index 2e849e1..19269f1 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.10.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.12.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "HarfBuzz is an OpenType text shaping engine."
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz"
 BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz"
 
-LICENSE = "Old-MIT | UCDN | ICU | HarfBuzz-old"
+LICENSE = "Old-MIT & UCDN & ICU & HarfBuzz-old"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
                     file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \
                     file://src/hb-icu-le/COPYING;md5=0ac60acf068e2cc9facdf86169a9c13e \
@@ -13,15 +13,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
 
 SECTION = "libs"
 
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PV}.tar.bz2 \
            file://disable_graphite.patch \
            file://avoid_double_version_h.patch \
 "
 
-SRC_URI[md5sum] = "deec04f2281bef6323f4ad1dabbf75f7"
-SRC_URI[sha256sum] = "1f8c281ded05290fd1964c0e11a2bde607713b33d0c8122a8d230452d99c2e23"
+SRC_URI[md5sum] = "35551b8cdf53b75aa9c42460f210e89f"
+SRC_URI[sha256sum] = "c653f70a275e98d109a9f1271373a6e80978c97298d723cb3f370351852f9da5"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list