Remove do_configure:prepend() that creates build-aux, as that isn't needed.
Signed-off-by: Martin Hundebøll <[email protected]> --- meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename meta/recipes-core/ell/{ell_0.64.bb => ell_0.65.bb} (82%) diff --git a/meta/recipes-core/ell/ell_0.64.bb b/meta/recipes-core/ell/ell_0.65.bb similarity index 82% rename from meta/recipes-core/ell/ell_0.64.bb rename to 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" 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" -- 2.44.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#199692): https://lists.openembedded.org/g/openembedded-core/message/199692 Mute This Topic: https://lists.openembedded.org/mt/106239534/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
