[poky] Error when removing dependency with oe_filter_out

Burton, Ross ross.burton at intel.com
Mon Feb 25 09:47:30 PST 2013


On 25 February 2013 17:43, Saul Wold <sgw at linux.intel.com> wrote:
> 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.

Actually, looking at the source (lib/oe/utils.py), it does this:

    return " ".join(filter(lambda x: not match(f, x, 0), str.split()))

So " db" won't work, but "^db$" will.

Ross



More information about the poky mailing list