[poky] Error when removing dependency with oe_filter_out
Saul Wold
sgw at linux.intel.com
Mon Feb 25 09:43:02 PST 2013
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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
More information about the poky
mailing list