On 03/02/2012 11:31 PM, Richard Purdie wrote:
On Fri, 2012-03-02 at 14:33 +0800, Zhai, Edwin wrote:
RP,
I have image-sato multilib build failure with following error:

"ERROR: Task do_package_setscene depends upon nonexistant task
/distro/edwin-working/poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene
Summary: There was 1 ERROR message shown, returning a non-zero exit code."

After removing "shadow-sysroot:do_populate_sysroot_setscene" from
USERADDSETSCENEDEPS in meta/classes/useradd.bbclass, I can pass the build.

Why does it become nonexistant task in multilib building? Any possible fix for
it?

Totally guessing but does replacing:

shadow-sysroot:do_populate_sysroot_setscene

with:

${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene

work better?

RP,
It works. I'll send out this patch after test.
BTW, shouldn't it be extended automatically?

Thanks,
Edwin


Cheers,

Richard





_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to