diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-10 15:00:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:11 +0000 |
commit | ffe5c27179bd82a87ab632766e7050c2a2d134e6 (patch) | |
tree | 0f418a164864981ea7b95352b7a5be9425f28e79 | |
parent | a78acdaff88250d99f04144d1a5a651ff7c4256f (diff) | |
download | openembedded-core-ffe5c27179bd82a87ab632766e7050c2a2d134e6.tar.gz openembedded-core-ffe5c27179bd82a87ab632766e7050c2a2d134e6.tar.bz2 openembedded-core-ffe5c27179bd82a87ab632766e7050c2a2d134e6.zip |
pango: update to 1.40.12
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.40.12.bb (renamed from meta/recipes-graphics/pango/pango_1.40.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.40.6.bb b/meta/recipes-graphics/pango/pango_1.40.12.bb index 31c3d2a658..951afbe991 100644 --- a/meta/recipes-graphics/pango/pango_1.40.6.bb +++ b/meta/recipes-graphics/pango/pango_1.40.12.bb @@ -17,8 +17,8 @@ SRC_URI += "file://run-ptest \ file://0001-Drop-introspection-macros-from-acinclude.m4.patch \ file://0001-Enforce-recreation-of-docs-pango.types-it-is-build-c.patch \ " -SRC_URI[archive.md5sum] = "507c6746fbf53fc9d48c577f1e265de3" -SRC_URI[archive.sha256sum] = "ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573" +SRC_URI[archive.sha256sum] = "75f1a9a8e4e2b28cbc078b50c1fa927ee4ded994d1ade97c5603e2d1f3161cfc" +SRC_URI[archive.md5sum] = "9aae7dd5ecc1c2ade4e6951b85004cee" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz" |