summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMartin Hundeb?ll <martin@geanix.com>2024-05-22 11:03:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-28 09:38:23 +0100
commitddc22a9a56a6ce8a151e478a98a1a87c206992e8 (patch)
tree744fcd8865ac24ddad0a2077c98fe51f5c0a5006 /meta/recipes-core
parent024205238e566d7ddd647b7ab2fb6505e8ec770d (diff)
downloadpoky-ddc22a9a56a6ce8a151e478a98a1a87c206992e8.tar.gz
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/ell/ell_0.65.bb (renamed from meta/recipes-core/ell/ell_0.64.bb)6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-core/ell/ell_0.64.bb b/meta/recipes-core/ell/ell_0.65.bb
index c4f16905fd..9b559caf8a 100644
--- a/meta/recipes-core/ell/ell_0.64.bb
+++ b/meta/recipes-core/ell/ell_0.65.bb
@@ -15,8 +15,4 @@ DEPENDS = "dbus"
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16 16
17SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" 17SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
18SRC_URI[sha256sum] = "760f3901078409f66cadf1bb24c8bdc60f13d53f6dd66b88631221d2494f8405" 18SRC_URI[sha256sum] = "9ee7ac57b188d391cead705d3596a6d3240341786475149db297782a52269aa5"
19
20do_configure:prepend () {
21 mkdir -p ${S}/build-aux
22}