On Wed, Apr 29, 2015 at 5:23 PM, Neena Busireddy <[email protected]> wrote: ... > RDEPENDS_${PN} = " \ > + opencv-samples \ > ${@base_contains("DISTRO_FEATURES", "x11", "${X11_TOOLS}", > "${FB_TOOLS}", d)} \ " > > opencv-samples is bringing in qtbase. Isn't it supposed to go into qt > specific package group? ...
It does not depends on qtbase by default so the right fix is to add a PACKAGECONFIG to it and ensure it is deterministic. It is likely it has detected a qtbase availability in your autobuilder and enabled the Qt support. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
