diff options
author | Martin Hundeb?ll <martin@geanix.com> | 2024-05-22 11:03:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-28 09:38:23 +0100 |
commit | ddc22a9a56a6ce8a151e478a98a1a87c206992e8 (patch) | |
tree | 744fcd8865ac24ddad0a2077c98fe51f5c0a5006 /meta/recipes-core | |
parent | 024205238e566d7ddd647b7ab2fb6505e8ec770d (diff) | |
download | poky-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" | |||
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] = "760f3901078409f66cadf1bb24c8bdc60f13d53f6dd66b88631221d2494f8405" | 18 | SRC_URI[sha256sum] = "9ee7ac57b188d391cead705d3596a6d3240341786475149db297782a52269aa5" |
19 | |||
20 | do_configure:prepend () { | ||
21 | mkdir -p ${S}/build-aux | ||
22 | } | ||