On Thu, Oct 11, 2012 at 12:53 PM, Enrico <[email protected]> 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. _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
