mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
ell: upgrade 0.63 -> 0.64
Changelog: ========== -Fix issue with casting in C++ environment. -Fix issue with ASCII string upper and lower helpers. (From OE-Core rev: a28405da8dad7e6222d7badaa3eda175e3df32c9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7c5a7c54ef
commit
d92a0f22b2
@@ -15,7 +15,7 @@ DEPENDS = "dbus"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "7397c76996d7646b9917ebf016cd67586b10166295af2e0e18cdb5b8f6659965"
|
||||
SRC_URI[sha256sum] = "760f3901078409f66cadf1bb24c8bdc60f13d53f6dd66b88631221d2494f8405"
|
||||
|
||||
do_configure:prepend () {
|
||||
mkdir -p ${S}/build-aux
|
||||
Reference in New Issue
Block a user