All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Burton, Ross" <ross.burton@intel.com>
To: "Aaron M. Biver" <amb58@arl.psu.edu>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Question about automatic dependencies when native packages are used
Date: Fri, 13 Apr 2018 16:25:46 +0100	[thread overview]
Message-ID: <CAJTo0LZ-yT1ve1SL2fHKjVoSJbNi2JT1pd1HrphLSKSWuHUROw@mail.gmail.com> (raw)
In-Reply-To: <A5CF21C0A85F3B4FBBF15BA8E7A39E2C4522BE90@COLO-EX10-MB1.arl.psu.edu>

On 10 April 2018 at 18:49, Aaron M. Biver <amb58@arl.psu.edu> wrote:
> The problem that myapp-native is trying to include mymodule-native.  This
> complains:

Just make the dependency on mymodule target-specific.  Lots of ways
depending on what the dependencies are.

Either clear the native depends:

DEPENDS = "myapp-native mymodule"
DEPENDS_class-native = ""

Or add only to the target depends:

DEPENDS = "myapp-native"
DEPENDS_class-target = "mymodule"

I'm assuming that mymodule is installing headers that you need, and
you're not using DEPENDS instead of RDEPENDS.

Ross


      reply	other threads:[~2018-04-13 15:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-10 17:49 Question about automatic dependencies when native packages are used Aaron M. Biver
2018-04-13 15:25 ` Burton, Ross [this message]

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=CAJTo0LZ-yT1ve1SL2fHKjVoSJbNi2JT1pd1HrphLSKSWuHUROw@mail.gmail.com \
    --to=ross.burton@intel.com \
    --cc=amb58@arl.psu.edu \
    --cc=yocto@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.