]> code.ossystems Code Review - openembedded-core.git/commit
libc-package: don't abuse B to change directory
authorRoss Burton <ross.burton@intel.com>
Wed, 8 Jul 2015 10:22:50 +0000 (11:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:44 +0000 (15:08 +0100)
commitc4a1989f3550e81f188b5789af2c4c18560c3656
treec6c65dbd44b0fd8bdf3a2031f1f7aace6731a3af
parentd9941a2d9b423af2ca3313e8c1357ccfcc9a96a5
libc-package: don't abuse B to change directory

Currently if exec_func() isn't told what directories to create and change to, it
uses B. This is not obvious and may be changed in the future.

Instead, pass -C<dir> to oe_runmake.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/libc-package.bbclass