diff mbox series

[3/7] poke: remove obsolete acpaths

Message ID 20250225180917.3232793-3-ross.burton@arm.com
State Under Review
Headers show
Series [1/7] lftp: remove obsolete acpaths | expand

Commit Message

Ross Burton Feb. 25, 2025, 6:09 p.m. UTC
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 <ross.burton@arm.com>
---
 meta-oe/recipes-devtools/poke/poke_4.2.bb | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/poke/poke_4.2.bb b/meta-oe/recipes-devtools/poke/poke_4.2.bb
index eb840435c0..a31b6605a2 100644
--- a/meta-oe/recipes-devtools/poke/poke_4.2.bb
+++ b/meta-oe/recipes-devtools/poke/poke_4.2.bb
@@ -13,12 +13,7 @@  DEPENDS = "flex-native bison-native bdwgc readline"
 
 SRC_URI[sha256sum] = "8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba119bde"
 
-# poke does not support using out-of-tree builds
-inherit autotools-brokensep gettext pkgconfig
-
-# The automatic m4 path detection gets confused, so force the right value from
-# the poke bootstrap script.
-acpaths = "-I ./m4"
+inherit autotools gettext pkgconfig
 
 EXTRA_OECONF = "--disable-gui \
                 --disable-libnbd \