meta-ros/recipes-ros/geometry/tf_1.11.9.bb

15 lines
575 B
BlitzBasic
Raw Normal View History

2013-06-11 13:14:45 +08:00
DESCRIPTION = "tf is a package that lets the user keep track of multiple coordinate frames over time."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=21;endline=21;md5=d566ef916e9dedc494f5f793a6690ba5"
2013-06-11 13:14:45 +08:00
DEPENDS = "angles geometry-msgs message-filters sensor-msgs tf2-ros"
2013-06-11 13:14:45 +08:00
require geometry.inc
2013-10-12 23:17:29 +08:00
RDEPENDS_${PN} = "${PYTHON_PN}-numpy"
# This option disables python support in case of python3 flavour of ROS because
# only python2 is supported by tf.
EXTRA_OECMAKE =+ "${@'-DANDROID=ON' if d.getVar('PYTHON_PN', True) == 'python3' else ''}"