]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
ell: upgrade 0.64 -> 0.65
authorMartin Hundeb?ll <martin@geanix.com>
Wed, 22 May 2024 09:03:49 +0000 (11:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 May 2024 08:38:20 +0000 (09:38 +0100)
Remove do_configure:prepend() that creates build-aux, as that isn't
needed.

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>
meta/recipes-core/ell/ell_0.65.bb [moved from meta/recipes-core/ell/ell_0.64.bb with 82% similarity]

similarity index 82%
rename from meta/recipes-core/ell/ell_0.64.bb
rename to meta/recipes-core/ell/ell_0.65.bb
index c4f16905fd5a712388dc67b2273dc6909191f7e5..9b559caf8aaf33e8b0bcb429ea95b397c9d75e14 100644 (file)
@@ -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"