Hello,
Found that eglibc-utils/usr/bin/tzselect is a bash script, should we add: RDEPENDS_eglibc-utils += "bash" ? The problem is that this would cause bash installed to meta-toolchain, the dependencies chain is: meta-toolchain -> eglibc-utils -> bash Maybe we should only warn rather than add the RDEPENDS atm, please ? // Robert On 07/14/2014 06:29 PM, Burton, Ross wrote:
On 14 July 2014 10:41, Robert Yang <[email protected]> wrote:+ prog_maps = {"/bin/bash": "bash", "/usr/bin/perl": "perl", "/usr/bin/python": "python"}Use something like d.expand("${bindir}/perl") instead of hard-coding paths. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
