[poky] Missing libssl.so and libXext.co file while pulling xserver-xf86-dri-lite into poky

Richard Purdie richard.purdie at linuxfoundation.org
Fri Mar 18 04:39:04 PDT 2011


On Fri, 2011-03-18 at 15:22 +0530, chinmaya hoshing wrote:
> Hi,
> 
> 
> this is how openssl and  libxext are included in RDEPENDS in
> xserver-xf86-dri-lite.bb file  something as below
> 
> ------>>
> require xserver-xf86-common.inc
> 
> 
> PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto
> xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto
> xf86bigfontproto compositeproto recordproto resourceproto videoproto
> scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto
> inputproto bigreqsproto xcmiscproto glproto"
> 
> 
> LIB_DEPS = "pixman virtual/libgl libxfont xtrans libxau libxext
> libxdmcp libdrm libxkbfile libpciaccess openssl"
> 
> 
> DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
> 
> 
> RDEPENDS_${PN} += "xserver-xf86-config libxext openssl"
> 
> 
> I want to compile these libraries openssl and libxext at run
> time(RDEPENDS)  but after building poky and getting the rootfs image
> the libssl.so and libxext.so file are missing in usr/lib
> 
> 
> can i get to know it why???

Did you rebuild the xserver to ensure the dependencies were updated?
Does the package show these dependencies?
Do you include the xserver in the rootfs?

Cheers,

Richard





More information about the poky mailing list