[meta-ti] [PATCH 4/6] libdce: add version 1.6.5.3

Nicolas Dechesne ndec13 at gmail.com
Thu Oct 11 05:17:47 PDT 2012


On Thu, Oct 11, 2012 at 12:53 PM, Enrico <ebutera at users.berlios.de> wrote:
>>> +RDEPENDS = "libdrm ti-firmware-ipu-dce"
>>
>> i would hope that libdrm is not needed in RDEPENDS, as it should be
>> handled automagically by shlibdeps.
>
> I really don't know, if you are sure about that i will just remove it.

well, i am slowly re-learning oe stuff as i have been out of if for a
couple of years... but i think so, and the documentations says it
too..


Some automatic handling occurs around the RDEPENDS variable:

http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#var-RDEPENDS

shlibdeps: If a runtime package contains a shared library (.so), the
build processes the library in order to determine other libraries to
which it is dynamically linked. The build process adds these libraries
to RDEPENDS to create the runtime package.

pcdeps: If the package ships a pkg-config information file, the build
process uses this file to add items to the RDEPENDS variable to create
the runtime packages.



More information about the meta-ti mailing list