All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denis@denix.org>
To: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm] [PATCH 3/4] external-arm-toolchain: add INHIBIT_AUTOTOOLS_DEPS
Date: Thu, 30 Apr 2020 16:37:50 -0400	[thread overview]
Message-ID: <20200430203750.GV11927@denix.org> (raw)
In-Reply-To: <CAFA6WYOdMJzKaZVT9yws-zPZPHip3GQgX+VxPLnqqv3K0-7Z5w@mail.gmail.com>

On Thu, Apr 30, 2020 at 03:54:07PM +0530, Sumit Garg wrote:
> On Thu, 30 Apr 2020 at 09:40, Denys Dmytriyenko <denis@denix.org> wrote:
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > Add for completeness, similar to INHIBIT_DEFAULT_DEPS, to match OE-Core, as
> > there's no autotools usage here.
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  .../recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb    | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb
> > index 33d6c35..adb2fdd 100644
> > --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb
> > +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb
> > @@ -1,6 +1,7 @@
> >  require recipes-core/glibc/glibc-package.inc
> >
> >  INHIBIT_DEFAULT_DEPS = "1"
> > +INHIBIT_AUTOTOOLS_DEPS = "1"
> >
> 
> IIUC, autotools are not something that are included by default under
> DEPENDS. They are included if you specifically do "inherit autotools"
> directly or indirectly which doesn't seem to be the case with this
> recipe. So to me it seems like an unnecessary change.

Fair enough. This one was rather "nice to have" - I was down the rabbit hole 
for binutils-cross-${TARGET_ARCH} addressed in patch #2 and I noticed that 
binutils-cross.inc in OE-Core sets INHIBIT_AUTOTOOLS_DEPS w/o visible use of 
autotools. But I missed that binutils does use autotools for building and 
there is "inherit autotools" in binutils.inc. Yes, external-arm-toolchain 
doesn't inherit autotools, so no need for this variable - please skip this 
patch. Thanks.

-- 
Denys


> >  # License applies to this recipe code, not the toolchain itself
> >  LICENSE = "MIT"
> > --
> > 2.7.4
> >
> > 

> 


  reply	other threads:[~2020-04-30 20:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30  4:10 [PATCH 1/4] tcmode-external-arm: drop unnecessary CPPFLAGS and LDFLAGS adjustments Denys Dmytriyenko
2020-04-30  4:10 ` [PATCH 2/4] external-arm-toolchain: drop unnecessary binutils-cross-${TARGET_ARCH} in PROVIDES Denys Dmytriyenko
2020-04-30 10:02   ` [meta-arm] " Sumit Garg
2020-05-01  6:47     ` Diego Sueiro
2020-04-30  4:10 ` [PATCH 3/4] external-arm-toolchain: add INHIBIT_AUTOTOOLS_DEPS Denys Dmytriyenko
2020-04-30 10:24   ` [meta-arm] " Sumit Garg
2020-04-30 20:37     ` Denys Dmytriyenko [this message]
2020-04-30  4:10 ` [PATCH 4/4] external-arm-toolchain: drop unnecessary RDEPENDS on bash Denys Dmytriyenko
2020-04-30 10:41   ` [meta-arm] " Sumit Garg
2020-05-01  6:50     ` Diego Sueiro
2020-04-30  9:51 ` [meta-arm] [PATCH 1/4] tcmode-external-arm: drop unnecessary CPPFLAGS and LDFLAGS adjustments Sumit Garg
2020-05-01  6:46 ` Diego Sueiro
2020-05-01 14:03   ` Jon Mason
2020-05-01 17:47     ` Denys Dmytriyenko

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=20200430203750.GV11927@denix.org \
    --to=denis@denix.org \
    --cc=meta-arm@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.