**** BEGIN LOGGING AT Thu Aug 11 02:59:58 2016 Aug 11 10:40:21 Hello folks, I am having a weird issue. We are working on a project which we need to use a native python3 tool. We made the recipe and it seems fine however when we install it inside the sysroot (bitbake foo-native) it does not install the rdepends as well. Aug 11 10:41:04 It does not make much sense to put those dependencies on depends as they are need for runtime only, so we are trying to understand what is going on Aug 11 11:14:24 otavio: -native recipes and RDEPENDS are a bit tricky. Are they set against some subpackage which isn't PN? Aug 11 11:14:57 otavio: I'm guessing that bitbake isn't seeing them for some reason, particularly if the sub packages are dynamically generated Aug 11 11:15:02 RP: no; it is on PN Aug 11 11:15:58 otavio: bitbake foo-native -e | grep RDEPENDS shows it set connectly? Aug 11 11:16:09 RP: but uses the BBCLASSEXTEND Aug 11 11:16:25 otavio: firstly check the value is as expected with -e Aug 11 11:17:15 s/connectly/correctly. Aug 11 11:17:39 hello. Martin J. here? Aug 11 11:20:09 RP: RDPENDS is empty, RDEPENDS_${PN} is right Aug 11 11:21:08 otavio: ok, that sounds reasonable. If you "bitbake foo-native -g" are there dependencies shown in task-depends.dot ? Aug 11 11:21:27 RP: let me check Aug 11 11:24:14 RP: it does Aug 11 11:26:12 otavio: and foo-native populate_sysroot depends on the other populate_sysroot tasks? Aug 11 11:28:36 It does not **** ENDING LOGGING AT Fri Aug 12 02:59:58 2016