[yocto] RDEPENDS fails to find an existing package

Joshua Immanuel josh at hipro.co.in
Wed Feb 15 02:11:39 PST 2012


Hello all,

On Wed, 2012-02-15 at 12:53 +0530, Joshua Immanuel wrote:
> While building the custom-image bitbake complains 
> 
>         | error: Failed dependencies:
>         |       libharu is needed by task-custom-hdb-1.0-r3.ekino
>         
> How do I fix this issue? 

On further digging (log.do_package_write_rpm) I found that libharu,
libharu-doc and libharu-locale rpms were not created

        NOTE: Creating RPM package for libharu-dbg
        NOTE: Not creating empty RPM package for libharu
        NOTE: Not creating empty RPM package for libharu-doc
        NOTE: Creating RPM package for libharu-dev
        NOTE: Creating RPM package for libharu-staticdev
        NOTE: Not creating empty RPM package for libharu-locale
        
To fix this I added ALLOW_EMPTY = "1" in the recipe which ended up
creating empty rpms

        NOTE: Creating RPM package for libharu-dbg
        NOTE: Creating RPM package for libharu
        NOTE: Creating EMPTY RPM Package for libharu
        NOTE: Creating EMPTY RPM Package for libharu-doc
        NOTE: Creating RPM package for libharu-dev
        NOTE: Creating RPM package for libharu-staticdev
        NOTE: Creating EMPTY RPM Package for libharu-locale
        
This suppressed the dependency error and was able to generate final
rootfs image but the libharu libraries were not available in that image.
So, how do I end up creating non-empty libharu rpm. (I guess that will
solve the issue)

Please guide me.

Regards
Joshua
-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20120215/0166c834/attachment.pgp>


More information about the yocto mailing list