diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-25 16:58:10 +0000 |
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
| commit | 77c1c65dcfe7d17d11085091f710e93468c3f6da (patch) | |
| tree | 96f0b825e9fad9df54d0e87cba56a9cd816d45d8 | |
| parent | 3b5500a1a90f20d5fba5103810fd41a9b78257be (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-devtools/poke/poke_4.2.bb | 4 |
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 | ||
| 16 | inherit autotools gettext pkgconfig | 16 | inherit autotools gettext pkgconfig |
| 17 | 17 | ||
| 18 | # The automatic m4 path detection gets confused, so force the right value from | ||
| 19 | # the poke bootstrap script. | ||
| 20 | acpaths = "-I ./m4" | ||
| 21 | |||
| 22 | EXTRA_OECONF = "--disable-gui \ | 18 | EXTRA_OECONF = "--disable-gui \ |
| 23 | --disable-libnbd \ | 19 | --disable-libnbd \ |
| 24 | --with-libreadline-prefix=${STAGING_INCDIR} \ | 20 | --with-libreadline-prefix=${STAGING_INCDIR} \ |
