diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-15 06:47:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-17 07:47:07 +0100 |
commit | 760a8ee9dec19456f320a6d2364777ed441ec494 (patch) | |
tree | d8dcc19736e6a25a2624a142d15909495b3f6896 /meta/recipes-core | |
parent | 5b59f218fd4f8841b89f66fc82878d5a9ed24135 (diff) | |
download | poky-760a8ee9dec19456f320a6d2364777ed441ec494.tar.gz |
ell: upgrade 0.52 -> 0.53
(From OE-Core rev: 1f095061899dae47d3d8e33096d6906d2b23d45d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ell/ell_0.53.bb (renamed from meta/recipes-core/ell/ell_0.52.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.52.bb b/meta/recipes-core/ell/ell_0.53.bb index b2af0d04f0..7817476030 100644 --- a/meta/recipes-core/ell/ell_0.52.bb +++ b/meta/recipes-core/ell/ell_0.53.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "dbus" | |||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" | 17 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" |
18 | SRC_URI[sha256sum] = "83099b14beda2b253a2c69460f9613c5e955b63349e3c00cf2fd506f5b3ba7d0" | 18 | SRC_URI[sha256sum] = "a7d0df846af839bbea1b80f292166371070328854b3fa785b5c607fe600552ad" |
19 | 19 | ||
20 | do_configure:prepend () { | 20 | do_configure:prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |