summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-25 16:58:10 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:17 +0000
commit77c1c65dcfe7d17d11085091f710e93468c3f6da (patch)
tree96f0b825e9fad9df54d0e87cba56a9cd816d45d8 /meta-oe/recipes-devtools
parent3b5500a1a90f20d5fba5103810fd41a9b78257be (diff)
downloadmeta-openembedded-77c1c65dcfe7d17d11085091f710e93468c3f6da.tar.gz
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 <ross.burton@arm.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/poke/poke_4.2.bb4
1 files changed, 0 insertions, 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
15 15
16inherit autotools gettext pkgconfig 16inherit autotools gettext pkgconfig
17 17
18# The automatic m4 path detection gets confused, so force the right value from
19# the poke bootstrap script.
20acpaths = "-I ./m4"
21
22EXTRA_OECONF = "--disable-gui \ 18EXTRA_OECONF = "--disable-gui \
23 --disable-libnbd \ 19 --disable-libnbd \
24 --with-libreadline-prefix=${STAGING_INCDIR} \ 20 --with-libreadline-prefix=${STAGING_INCDIR} \