bitbake: providers.py: print a debug message for dynamic pacakge
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 19 Jul 2013 03:07:51 +0000 (03:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jul 2013 14:25:08 +0000 (15:25 +0100)
commit92cac4f9dcde7578278050ede6fe46d11ed884ad
treea4d9d0a552940328af097d736a36dc22bc7dd36f
parent16ab0b92f8797ade036965828c442ee27b7c6da9
bitbake: providers.py: print a debug message for dynamic pacakge

We can't know the dynamic pacakge's name exactly, there might be a
problem, for example, when we use:

IMAGE_INSTALL_append += "ncurses-lib12344"

The ncurses-lib12344 matches ncurses' dynamic packages pattern:

PACKAGES_DYNAMIC = "^${PN}-lib.*"

so there is no errors before the rootfs creation though there is no
ncurses-lib12344.

We can warn this, but I think that we'd better not since there are many
dynamic packages, or there would be too many warnings, for example, the
perl and kernel modules, maybe we can print a debug message for it.

[YOCTO #4798]

(Bitbake rev: df372ca057f0c8c2152223b3e26ad9a30958bab6)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/providers.py