diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-26 12:21:17 +0000 |
---|---|---|
committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:16 +0000 |
commit | 0708e38dd1b3980f8696f37a0a94b1fcdb3f94e3 (patch) | |
tree | 7f784ddf401cea0b77495fac72dbdcb8688c50de | |
parent | a2cc6294c5eee65f11a9e5e61ce10008f44100c0 (diff) | |
download | meta-openembedded-0708e38dd1b3980f8696f37a0a94b1fcdb3f94e3.tar.gz |
poke: enable out of tree builds
-rw-r--r-- | meta-oe/recipes-devtools/poke/poke_4.2.bb | 3 |
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 | ||
14 | SRC_URI[sha256sum] = "8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba119bde" | 14 | SRC_URI[sha256sum] = "8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba119bde" |
15 | 15 | ||
16 | # poke does not support using out-of-tree builds | 16 | inherit autotools gettext pkgconfig |
17 | inherit 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. |