summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 12:21:17 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:16 +0000
commit0708e38dd1b3980f8696f37a0a94b1fcdb3f94e3 (patch)
tree7f784ddf401cea0b77495fac72dbdcb8688c50de
parenta2cc6294c5eee65f11a9e5e61ce10008f44100c0 (diff)
downloadmeta-openembedded-0708e38dd1b3980f8696f37a0a94b1fcdb3f94e3.tar.gz
poke: enable out of tree builds
-rw-r--r--meta-oe/recipes-devtools/poke/poke_4.2.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/poke/poke_4.2.bb b/meta-oe/recipes-devtools/poke/poke_4.2.bb
index eb840435c0..130eb32211 100644
--- a/meta-oe/recipes-devtools/poke/poke_4.2.bb
+++ b/meta-oe/recipes-devtools/poke/poke_4.2.bb
@@ -13,8 +13,7 @@ DEPENDS = "flex-native bison-native bdwgc readline"
13 13
14SRC_URI[sha256sum] = "8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba119bde" 14SRC_URI[sha256sum] = "8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba119bde"
15 15
16# poke does not support using out-of-tree builds 16inherit autotools gettext pkgconfig
17inherit autotools-brokensep gettext pkgconfig
18 17
19# The automatic m4 path detection gets confused, so force the right value from 18# The automatic m4 path detection gets confused, so force the right value from
20# the poke bootstrap script. 19# the poke bootstrap script.