adding roscpp-serialization recipe although the filename issue has not been resolved

This commit is contained in:
Lukas Bulwahn 2013-02-01 08:26:41 +01:00
parent 049a1a6820
commit 731636a4ef
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
DESCRIPTION = "roscpp-serialization contains the code for serialization."
SECTION = "devel"
# TODO: License not mentioned in the file
LICENSE = "CLOSED"
## Problem: the filename 0.3.12.tar.gz of roscpp_traits clashes with the identical filename 0.3.12.tar.gz of rostime and rostraits
## can we somehow influence the naming?
# hack for now: downloaded the file manually and renamed it
SRC_URI = "file://roscpp-serialization_0.3.12.tar.gz"
S = "${WORKDIR}/roscpp_core-release-release-roscpp_serialization-0.3.12"
DEPENDS = "catkin-native \
ros-cpp-common \
roscpp-traits \
rostime"
EXTRA_OECMAKE = \
" -Dcpp_common_DIR=/home/lukas/poky-danny-8.0/build/tmp/sysroots/qemux86/usr/share/cpp_common/cmake/ \
-Droscpp_traits_DIR=/home/lukas/poky-danny-8.0/build/tmp/sysroots/qemux86/usr/share/roscpp_traits/cmake/ \
-Drostime_DIR=/home/lukas/poky-danny-8.0/build/tmp/sysroots/qemux86/usr/share/rostime/cmake/ \
"
inherit cmake pythonnative