Skip to content
Snippets Groups Projects
Commit ed37d49e authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

chatter: Adding initial chatter stubs without any dependencies

The recipes are supposed to cross-compile and install the chatter
example. In this commit, the recipe do not contain any dependencies
and configure does not run through yet.
parent aa2e233a
No related branches found
No related tags found
No related merge requests found
DESCRIPTION = "The chatter_msgs package"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = ""
SRC_URI = "git://github.com/bmwcarit/ros_chatter.git"
SRCREV = "${AUTOREV}"
PV = "1.0.0+gitr${SRCPV}"
S = "${WORKDIR}/git/chatter_msgs"
inherit catkin
DESCRIPTION = "The chatter_receiver package"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = ""
SRC_URI = "git://github.com/bmwcarit/ros_chatter.git"
SRCREV = "${AUTOREV}"
PV = "1.0.0+gitr${SRCPV}"
S = "${WORKDIR}/git/chatter_receiver"
inherit catkin
DESCRIPTION = "The chatter_sender package"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = ""
SRC_URI = "git://github.com/bmwcarit/ros_chatter.git"
SRCREV = "${AUTOREV}"
PV = "1.0.0+gitr${SRCPV}"
S = "${WORKDIR}/git/chatter_sender"
inherit catkin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment