summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-06-17 15:41:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-02 16:12:36 +0100
commitb2fc2c658c0c7cbf0c2d6c3e3b5d2e68dd9567fb (patch)
tree931b4f928f902cab71af31f46412004eafd7a8c8 /meta/recipes-core
parentd7b8ae3faa9344f2ada22e0402066c2fff5958c6 (diff)
downloadpoky-b2fc2c658c0c7cbf0c2d6c3e3b5d2e68dd9567fb.tar.gz
ell: upgrade 0.31 -> 0.32
This is a bugfix release: ver 0.32: Fix issue with handling D-Bus watch removal. (From OE-Core rev: cee916d41aa067fd6f994bf5331962b73f74343c) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 98d97384167a8d297650e49f9cabf4fae823b4a0) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/ell/ell_0.32.bb (renamed from meta/recipes-core/ell/ell_0.31.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/ell/ell_0.31.bb b/meta/recipes-core/ell/ell_0.32.bb
index 1db7131ab0..07dc4d4cbb 100644
--- a/meta/recipes-core/ell/ell_0.31.bb
+++ b/meta/recipes-core/ell/ell_0.32.bb
@@ -14,8 +14,7 @@ DEPENDS = "dbus"
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" 16SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
17SRC_URI[md5sum] = "3f670230be4d89d621b0508c70b1d36b" 17SRC_URI[sha256sum] = "42fdb9e24ff561a101389d51445cab1ff7d55f5385dc22a05b0493088cf99e30"
18SRC_URI[sha256sum] = "ae88617275452f9f5840b2365e33e6c7fb6fa3405d42cbf9367de642ee8b6701"
19 18
20do_configure_prepend () { 19do_configure_prepend () {
21 mkdir -p ${S}/build-aux 20 mkdir -p ${S}/build-aux