diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-03 16:32:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-04 12:38:44 +0100 |
commit | deddcc0ee71e83d8a83c8bfc90d40deb492c2e60 (patch) | |
tree | eb5f4d276e4399d64b50d9498d681e61c76b7f63 | |
parent | b83adce978ac3e45e412803d4fc99e29a9c49fc6 (diff) | |
download | poky-deddcc0ee71e83d8a83c8bfc90d40deb492c2e60.tar.gz |
ell: upgrade 0.67 -> 0.68
Changelog:
==========
- Fix issue with string allocation growth strategy.
- Add support for netlink helper functions.
(From OE-Core rev: 5a60e56785e30aba43741daea19e1f742a294c4d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/ell/ell_0.68.bb (renamed from meta/recipes-core/ell/ell_0.67.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.67.bb b/meta/recipes-core/ell/ell_0.68.bb index 6b0ebbe621..40c057afc2 100644 --- a/meta/recipes-core/ell/ell_0.67.bb +++ b/meta/recipes-core/ell/ell_0.68.bb | |||
@@ -15,4 +15,4 @@ 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] = "97942e8cefb130b632496e5485242f3f374f3b8846800fb74fffd76dc2a0c726" | 18 | SRC_URI[sha256sum] = "ddcbf381d758f61a02954bf5d2907c8900462abb7b2dcf45589874978bc10125" |