From: Saul Wold <sgw@linux.intel.com>
To: Andrei Gherzan <andrei@gherzan.ro>
Cc: poky@yoctoproject.org
Subject: Re: Error when removing dependency with oe_filter_out
Date: Mon, 25 Feb 2013 09:43:02 -0800 [thread overview]
Message-ID: <512BA2A6.1070905@linux.intel.com> (raw)
In-Reply-To: <CAK18fxEj1UYMV21aOLfbMpVOfGYuSCgUj0b_ArADsHCJbUkLYA@mail.gmail.com>
On 02/25/2013 09:08 AM, Andrei Gherzan wrote:
> I want to add a bbappend to remove db dependency of python:
> DEPENDS := "${@oe_filter_out('db', '${DEPENDS}', d)}"
>
> If i do it so, build ends up with this error:
>
> ERROR: Nothing PROVIDES 'virtual/arm-poky-linux-gnueabi-gcc-crosssdk'
> (but
> virtual:nativesdk:/media/HDD-WRS/Projects/Yocto/poky/meta/recipes-devtools/python/python_2.7.3.bb
> <http://python_2.7.3.bb> DEPENDS on or otherwise requires it)
> NOTE: Runtime target 'gdb-cross-canadian-arm' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['gdb-cross-canadian-arm',
> 'nativesdk-python', 'virtual/arm-poky-linux-gnueabi-gcc-crosssdk']
> NOTE: Runtime target 'packagegroup-cross-canadian-arm' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['packagegroup-cross-canadian-arm', 'gdb-cross-canadian-arm',
> 'nativesdk-python', 'virtual/arm-poky-linux-gnueabi-gcc-crosssdk']
> ERROR: Required build target 'core-image-minimal' has no buildable
> providers.
> Missing or unbuildable dependency chain was: ['core-image-minimal',
> 'packagegroup-cross-canadian-arm', 'gdb-cross-canadian-arm',
> 'nativesdk-python', 'virtual/arm-poky-linux-gnueabi-gcc-crosssdk']
>
> If i simply remove it from DEPENDS everything works.
>
> Any help?
>
Can you put a space in the filter_out above? I have not tried that, but
what's happening in the filter out is finding the "db" part of "gdb" and
removing it from the depends line for the cross tools.
Try " db" or some such.
Sau!
> --
> *Andrei Gherzan*
> m: +40.744.478.414 | f: +40.31.816.28.12
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
next prev parent reply other threads:[~2013-02-25 17:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-25 17:08 Error when removing dependency with oe_filter_out Andrei Gherzan
2013-02-25 17:43 ` Saul Wold [this message]
2013-02-25 17:47 ` Burton, Ross
2013-02-25 17:51 ` Andrei Gherzan
2013-02-25 17:58 ` Andrei Gherzan
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=512BA2A6.1070905@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=andrei@gherzan.ro \
--cc=poky@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.