mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
ell: upgrade 0.64 -> 0.65
Remove do_configure:prepend() that creates build-aux, as that isn't needed. (From OE-Core rev: ada7c35c17866d4f22918dd75c5fd75a2fad2b88) Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
024205238e
commit
ddc22a9a56
@@ -15,8 +15,4 @@ DEPENDS = "dbus"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "760f3901078409f66cadf1bb24c8bdc60f13d53f6dd66b88631221d2494f8405"
|
||||
|
||||
do_configure:prepend () {
|
||||
mkdir -p ${S}/build-aux
|
||||
}
|
||||
SRC_URI[sha256sum] = "9ee7ac57b188d391cead705d3596a6d3240341786475149db297782a52269aa5"
|
||||
Reference in New Issue
Block a user