catkin.bbclass: Use out of tree build
Build catkin packages out of tree as this is the default of ros and makes it simple to identify build paths. Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
This commit is contained in:
parent
a72dde4290
commit
1238d14f5a
|
@ -22,6 +22,9 @@ EXTRA_OECMAKE_prepend = "\
|
||||||
-DSETUPTOOLS_DEB_LAYOUT=OFF \
|
-DSETUPTOOLS_DEB_LAYOUT=OFF \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
OECMAKE_SOURCEPATH = "${S}"
|
||||||
|
OECMAKE_BUILDPATH = "${S}/build"
|
||||||
|
|
||||||
export BUILD_SYS
|
export BUILD_SYS
|
||||||
export HOST_SYS
|
export HOST_SYS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue