All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryosuke Saito <raitosyo@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Cc: ryosuke.saito@linaro.org
Subject: [meta-cgl][PATCH] ocfs2-tools: Fix autoreconf error
Date: Thu, 24 Jul 2025 17:55:03 +0900	[thread overview]
Message-ID: <20250724085503.116641-1-raitosyo@gmail.com> (raw)

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



                 reply	other threads:[~2025-07-24  8:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250724085503.116641-1-raitosyo@gmail.com \
    --to=raitosyo@gmail.com \
    --cc=ryosuke.saito@linaro.org \
    --cc=yocto-patches@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.