diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-01-14 15:27:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-17 11:32:17 +0000 |
commit | 9e7db90cba9309f6f19b38317fab6beef8a2b2bb (patch) | |
tree | cd44b461d2607b8d7b8293e242de7cc63b9983b4 | |
parent | d9c9b7acbe7744c0880accefb4d0bd149a0f03d3 (diff) | |
download | openembedded-core-9e7db90cba9309f6f19b38317fab6beef8a2b2bb.tar.gz openembedded-core-9e7db90cba9309f6f19b38317fab6beef8a2b2bb.tar.bz2 openembedded-core-9e7db90cba9309f6f19b38317fab6beef8a2b2bb.zip |
libcroco: upgrade to 0.6.11
Remove PR from recipe.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.11.bb (renamed from meta/recipes-support/libcroco/libcroco_0.6.9.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.9.bb b/meta/recipes-support/libcroco/libcroco_0.6.11.bb index 05bd93129a..9df7923204 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.9.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.11.bb @@ -11,11 +11,10 @@ SECTION = "x11/utils" DEPENDS = "glib-2.0 libxml2 zlib" BBCLASSEXTEND = "native" EXTRA_OECONF += "--enable-Bsymbolic=auto" -PR = "r2" BINCONFIG = "${bindir}/croco-0.6-config" inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled -SRC_URI[archive.md5sum] = "f1863da805c9206563da06f56da1ea55" -SRC_URI[archive.sha256sum] = "38b9a6aed1813e55b3ca07a68d1af845ad4d1f984602e9272fe692930c0be0ae" +SRC_URI[archive.md5sum] = "dabc1911dfbfa85f8e6859ca47863168" +SRC_URI[archive.sha256sum] = "132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056" |