All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cgl][PATCH] ocfs2-tools: Fix autoreconf error
@ 2025-07-24  8:55 Ryosuke Saito
  0 siblings, 0 replies; only message in thread
From: Ryosuke Saito @ 2025-07-24  8:55 UTC (permalink / raw)
  To: yocto-patches; +Cc: ryosuke.saito

From: Ryosuke Saito <ryosuke.saito@linaro.org>

Add autoreconf macro search path or the errors are displayed:

  | configure.in:419: error: possibly undefined macro: AM_CHECK_PYTHON_HEADERS
  |       If this token and others are legitimate, please use m4_pattern_allow.
  |       See the Autoconf documentation.

Signed-off-by: Ryosuke Saito <ryosuke.saito@linaro.org>
---
 meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.8.6.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.8.6.bb b/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.8.6.bb
index 03a1333409aa..62479e515602 100644
--- a/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.8.6.bb
+++ b/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.8.6.bb
@@ -53,6 +53,8 @@ EXTRA_OECONF = " \
     --with-root-prefix=${root_prefix} \
 "
 
+EXTRA_AUTORECONF += "-I ."
+
 do_configure:prepend () {
         # fix here or EXTRA_OECONF
         sed -i -e '/^PYTHON_INCLUDES="-I/c\
-- 
2.50.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-24  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24  8:55 [meta-cgl][PATCH] ocfs2-tools: Fix autoreconf error Ryosuke Saito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.