chatter: adding dependencies to the recipes

After changing the CMakeLists files of the sources and adding the
dependencies, the three chatter recipes cross-compile.
This commit is contained in:
Lukas Bulwahn 2013-05-15 14:31:38 +02:00
parent ed37d49ea1
commit fd4e3c76ca
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ SECTION = "devel"
LICENSE = "BSD" LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5" LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "" DEPENDS = "message-generation-native message-runtime-native std-msgs roscpp-serialization"
SRC_URI = "git://github.com/bmwcarit/ros_chatter.git" SRC_URI = "git://github.com/bmwcarit/ros_chatter.git"

View File

@ -3,7 +3,7 @@ SECTION = "devel"
LICENSE = "BSD" LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5" LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "" DEPENDS = "chatter-msgs roscpp"
SRC_URI = "git://github.com/bmwcarit/ros_chatter.git" SRC_URI = "git://github.com/bmwcarit/ros_chatter.git"

View File

@ -3,7 +3,7 @@ SECTION = "devel"
LICENSE = "BSD" LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5" LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "" DEPENDS = "rostest-native rostest chatter-msgs roscpp"
SRC_URI = "git://github.com/bmwcarit/ros_chatter.git" SRC_URI = "git://github.com/bmwcarit/ros_chatter.git"