From 77c1c65dcfe7d17d11085091f710e93468c3f6da Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 25 Feb 2025 16:58:10 +0000 Subject: [PATCH] poke: remove obsolete acpaths As of "autotools: don't try and find in-tree macros" in core, acpaths is no longer used. Also switch to out-of-tree builds as this appear to work now. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/poke/poke_4.2.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-devtools/poke/poke_4.2.bb b/meta-oe/recipes-devtools/poke/poke_4.2.bb index 130eb32211..a31b6605a2 100644 --- a/meta-oe/recipes-devtools/poke/poke_4.2.bb +++ b/meta-oe/recipes-devtools/poke/poke_4.2.bb @@ -15,10 +15,6 @@ SRC_URI[sha256sum] = "8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba inherit autotools gettext pkgconfig -# The automatic m4 path detection gets confused, so force the right value from -# the poke bootstrap script. -acpaths = "-I ./m4" - EXTRA_OECONF = "--disable-gui \ --disable-libnbd \ --with-libreadline-prefix=${STAGING_INCDIR} \