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:
Stefan Herbrechtsmeier 2013-02-28 10:23:19 +01:00
parent a72dde4290
commit 1238d14f5a
1 changed files with 3 additions and 0 deletions

View File

@ -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