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-18 11:47:04 +0000 |
commit | 33e9930645590b74465fb5f7300185924d7b9425 (patch) | |
tree | 74f4efe31df7e6e8f736692de4391cf1836ccde7 | |
parent | 5b63c44009819fa931cff5cfcb6e4da4cfe96887 (diff) | |
download | poky-33e9930645590b74465fb5f7300185924d7b9425.tar.gz |
libcroco: upgrade to 0.6.11
Remove PR from recipe.
(From OE-Core rev: 9e7db90cba9309f6f19b38317fab6beef8a2b2bb)
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" | |||
11 | DEPENDS = "glib-2.0 libxml2 zlib" | 11 | DEPENDS = "glib-2.0 libxml2 zlib" |
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | EXTRA_OECONF += "--enable-Bsymbolic=auto" | 13 | EXTRA_OECONF += "--enable-Bsymbolic=auto" |
14 | PR = "r2" | ||
15 | 14 | ||
16 | BINCONFIG = "${bindir}/croco-0.6-config" | 15 | BINCONFIG = "${bindir}/croco-0.6-config" |
17 | 16 | ||
18 | inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled | 17 | inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled |
19 | 18 | ||
20 | SRC_URI[archive.md5sum] = "f1863da805c9206563da06f56da1ea55" | 19 | SRC_URI[archive.md5sum] = "dabc1911dfbfa85f8e6859ca47863168" |
21 | SRC_URI[archive.sha256sum] = "38b9a6aed1813e55b3ca07a68d1af845ad4d1f984602e9272fe692930c0be0ae" | 20 | SRC_URI[archive.sha256sum] = "132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056" |