mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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>
(From OE-Core rev: c5da7a3637b0eb8ec5b7368c7ac732d802a703f9)
Signed-off-by: Cody P Schafer <dev@codyps.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
66ecc9354f
commit
be0bac2125
@@ -135,12 +135,10 @@ cmake_do_configure() {
|
||||
|
||||
do_compile[progress] = "percent"
|
||||
cmake_do_compile() {
|
||||
cd ${B}
|
||||
base_do_compile VERBOSE=1
|
||||
}
|
||||
|
||||
cmake_do_install() {
|
||||
cd ${B}
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user