]> code.ossystems Code Review - openembedded-core.git/commit
cmake.bbclass: remove unneded cd ${B}
authorCody P Schafer <dev@codyps.com>
Thu, 4 May 2017 17:50:41 +0000 (13:50 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 May 2017 13:08:15 +0000 (14:08 +0100)
commitc5da7a3637b0eb8ec5b7368c7ac732d802a703f9
treee4763ef03d1bca5496a3760ad2c6396e3f0bd0db
parent62454568c12d4fd19bb69b1b679e9c7b6dc95927
cmake.bbclass: remove unneded cd ${B}

The default dir for do_compile & do_configure is already ${B}, no need
to cd (other than broken appends)

CC: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Cody P Schafer <dev@codyps.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cmake.bbclass