aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2014-05-19 17:39:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-21 09:08:11 +0100
commit8462728aef78debaa15e33121b3ae733049a96ab (patch)
tree265c5c79afda3dcab7ef130d7541224cdfe7a7ee /meta/recipes-graphics
parentbb6f5d7de1c7ce2680874a74949903db0f5bb91a (diff)
downloadopenembedded-core-contrib-8462728aef78debaa15e33121b3ae733049a96ab.tar.gz
harfbuzz: upgrade to 0.9.28
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_0.9.28.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_0.9.27.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.27.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.28.bb
index d60c3ba2d0..82ed2b191e 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.27.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.28.bb
@@ -10,11 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
SECTION = "libs"
-SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2 \
-"
-SRC_URI[md5sum] = "60e122288c0ea4d66505d4704e376a1c"
-SRC_URI[sha256sum] = "08584ae91c98d5b14d5f2c45b01410a12b030c9397bd73135bd2155297b447db"
-
+SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
+SRC_URI[md5sum] = "accbeb679f39d839038b95a87e40870e"
+SRC_URI[sha256sum] = "a567f7c58018af0a9751e18641fd8434bfcef8307122dabe47dd652ce8bde048"
inherit autotools pkgconfig lib_package
DEPENDS = "glib-2.0 cairo freetype"