2012-12-12 20:43:54 +08:00
|
|
|
DESCRIPTION = "ROS"
|
|
|
|
HOMEPAGE = "http://ros.org"
|
|
|
|
|
2012-12-12 23:53:08 +08:00
|
|
|
LICENSE = "CLOSED"
|
|
|
|
# LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
|
2012-12-12 20:43:54 +08:00
|
|
|
|
2012-12-14 16:57:43 +08:00
|
|
|
DEPENDS = "python-empy-native python-rospkg-native python-native python-pyyaml-native python-nose-native eglibc"
|
2012-12-12 20:43:54 +08:00
|
|
|
|
|
|
|
PR = "r0"
|
|
|
|
|
2012-12-20 22:54:45 +08:00
|
|
|
SRC_URI = "file://fuerte-ros-base.rosinstall"
|
2012-12-12 20:43:54 +08:00
|
|
|
|
|
|
|
S = "${WORKDIR}"
|
|
|
|
|
2012-12-14 16:57:43 +08:00
|
|
|
OECMAKE_SOURCEPATH = "${WORKDIR}/ros-underlay"
|
2012-12-12 20:43:54 +08:00
|
|
|
EXTRA_OECMAKE = "-DSETUPTOOLS_DEB_LAYOUT=OFF"
|
|
|
|
|
2012-12-14 16:57:43 +08:00
|
|
|
inherit pythonnative cmake
|
2012-12-12 23:53:08 +08:00
|
|
|
|
2012-12-14 16:57:43 +08:00
|
|
|
do_rosinstall () {
|
2012-12-12 23:53:08 +08:00
|
|
|
echo "Installing ros"
|
|
|
|
mkdir -p ./ros-underlay
|
|
|
|
rosinstall --catkin ./ros-underlay fuerte-ros-base.rosinstall
|
|
|
|
}
|
2012-12-21 16:06:37 +08:00
|
|
|
addtask rosinstall after do_patch before do_configure
|
2012-12-12 20:43:54 +08:00
|
|
|
|
|
|
|
|