summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-10-01 22:58:35 +0200
committerSteve Sakoman <steve@sakoman.com>2025-10-09 12:16:46 -0700
commite49d690cf1402c03e6ce6ddf275c3b7fdfbda621 (patch)
tree67e54f7cd60ac411dc6182182c6f55befebc68da
parent357a4beab6eef8f005d806c0b297a88a6aaff023 (diff)
downloadpoky-e49d690cf1402c03e6ce6ddf275c3b7fdfbda621.tar.gz
expect: don't run aclocal in do_configure
expect has a hand-maintained aclocal.m4 so don't run aclocal, which has the side effect of not deleting the aclocal.m4 file which pulls in macros. The build works without this change more through luck and a combination of behaviours than design. (From OE-Core rev: 61dbfd66210b090ec8abfbf1f4688e5691299d68) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/expect/expect_5.45.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb
index 461a2c093a..4d4c91891c 100644
--- a/meta/recipes-devtools/expect/expect_5.45.4.bb
+++ b/meta/recipes-devtools/expect/expect_5.45.4.bb
@@ -39,6 +39,8 @@ UPSTREAM_CHECK_REGEX = "/Expect/(?P<pver>(\d+[\.\-_]*)+)/"
39 39
40S = "${WORKDIR}/${BPN}${PV}" 40S = "${WORKDIR}/${BPN}${PV}"
41 41
42EXTRA_AUTORECONF += "--exclude=aclocal"
43
42do_install:append() { 44do_install:append() {
43 install -d ${D}${libdir} 45 install -d ${D}${libdir}
44 install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/ 46 install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/