diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-02-14 15:44:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 10:26:42 +0000 |
commit | bd30c1cfa79e8a2059d0ff400d1becc45a28a26a (patch) | |
tree | ae41f60efd74160ffb9aef3293cb12d77ad529a8 /meta | |
parent | cb1c0307a8283e7ef3f9d0faa5553b5747f0ac23 (diff) | |
download | poky-bd30c1cfa79e8a2059d0ff400d1becc45a28a26a.tar.gz |
ell: upgrade 0.27 -> 0.28
(From OE-Core rev: 05e94ea4b05c65dfb57f0c3c61c1f8369e144932)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ell/ell_0.28.bb (renamed from meta/recipes-core/ell/ell_0.27.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ell/ell_0.27.bb b/meta/recipes-core/ell/ell_0.28.bb index 503f1e22a3..464bf631e3 100644 --- a/meta/recipes-core/ell/ell_0.27.bb +++ b/meta/recipes-core/ell/ell_0.28.bb | |||
@@ -14,8 +14,8 @@ DEPENDS = "dbus" | |||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" | 16 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" |
17 | SRC_URI[md5sum] = "e090d6a910a43c2a32114ba1cdc9f1f2" | 17 | SRC_URI[md5sum] = "e38089e54d4b41e508bbb7f37a4a59d9" |
18 | SRC_URI[sha256sum] = "afc5441d6f6ece512a188b1e6aeabd7153de4f38989c897a2197ae50fc46da96" | 18 | SRC_URI[sha256sum] = "6254fcb98d681cb2c3078dde462ba20bf90e6c10919204c6878a4381adcdb74b" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |