Merge pull request #156 from bulwahn/master
Last package updates until the Hydro Medusa release announcement
This commit is contained in:
commit
1a6a63ef23
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9de
|
|||
DEPENDS = "actionlib-msgs roscpp rostest"
|
||||
|
||||
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
||||
SRC_URI[md5sum] = "d16d2369554d8060beb4369b61d3cc68"
|
||||
SRC_URI[sha256sum] = "d0a5eac521832cf09ddff833d7c7965874e3a0bf837d9464c344f71147dabb4b"
|
||||
SRC_URI[md5sum] = "2e13067c3c85e81a3ab4b603ff15e45b"
|
||||
SRC_URI[sha256sum] = "f71df286552e6bf3a03ef83635342d3bdd6eef836e7b0565dccd2d341dbeaa11"
|
||||
|
||||
inherit catkin
|
|
@ -1,6 +1,6 @@
|
|||
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
||||
SRC_URI[md5sum] = "530cbf52308427e15a0568f5226313aa"
|
||||
SRC_URI[sha256sum] = "10a95045136510c1db5743481930ced6d164c6990d9e1a7c2afd9d6fa5062d02"
|
||||
SRC_URI[md5sum] = "b60f166ea4dc68600984e43d176cd169"
|
||||
SRC_URI[sha256sum] = "15db02c9d8a28f2b0b3f234306722b96339e42d88c32ebaa404af246304095a7"
|
||||
|
||||
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
||||
SRC_URI[md5sum] = "ccaadd38c183c2c257e75ac907868c87"
|
||||
SRC_URI[sha256sum] = "30527d91f182478b7819a947237c92ce1effe61cd11d2d710e0408c971f2bc74"
|
||||
SRC_URI[md5sum] = "32fd3bf4e85fdbf40a391daf32a8a91b"
|
||||
SRC_URI[sha256sum] = "8b0341d39391abfec2b3f72dad2ec0ce8c37bd4443822322a64eacb36f0ce7b6"
|
||||
|
||||
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
|
||||
|
||||
|
|
|
@ -0,0 +1,44 @@
|
|||
DESCRIPTION = "ros-world package group"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
packagegroup-ros-comm \
|
||||
actionlib \
|
||||
bond \
|
||||
bondcpp \
|
||||
bondpy \
|
||||
smclib \
|
||||
chatter-msgs \
|
||||
chatter-receiver \
|
||||
chatter-sender \
|
||||
class-loader \
|
||||
actionlib-msgs \
|
||||
diagnostic-msgs \
|
||||
geometry-msgs \
|
||||
nav-msgs \
|
||||
sensor-msgs \
|
||||
shape-msgs \
|
||||
stereo-msgs \
|
||||
trajectory-msgs \
|
||||
visualization-msgs \
|
||||
nodelet-tutorial-math \
|
||||
pluginlib-tutorials \
|
||||
console-bridge \
|
||||
dynamic-reconfigure \
|
||||
angles \
|
||||
tf2-msgs \
|
||||
tf2-py \
|
||||
tf2-ros \
|
||||
tf2 \
|
||||
tf \
|
||||
image-transport \
|
||||
nodelet-topic-tools \
|
||||
nodelet \
|
||||
pluginlib \
|
||||
roscpp-tutorials \
|
||||
rospy-tutorials \
|
||||
"
|
Loading…
Reference in New Issue