On Fri, 2021-01-15 at 18:04 +0100, Anton Kachalov wrote:
> nope, setting the entire PSEUDO_IGNORE_PATHS without "/usr" doesn't
> work. The do_install task fails with error code 134 without any log
> file. Neither temp/run.do_install file exists. The pseudo.log doesn't
> have any errors.

Right, Peter is correct and _remove is space delimited, the variable is
comma delimited. Sorry, I'm getting confused.

There is the rather uglier:

PSEUDO_IGNORE_PATHS := 
"${@d.getVar('PSEUDO_IGNORE_PATHS').replace('/usr/,','')}"

which should work (I did test this time!).

Cheers,

Richard



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#146844): 
https://lists.openembedded.org/g/openembedded-core/message/146844
Mute This Topic: https://lists.openembedded.org/mt/79510377/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to