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

Adding initial untested recipes


The recipes were created by manually extracting the information
from the corresponding package.xml.

Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
parent 1cbb3813
No related branches found
No related tags found
No related merge requests found
DESCRIPTION = "A collection of .mk include files for building ROS architectural elements."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = ""
require ros.inc
S = "${WORKDIR}/ros-${PV}/core/${BPN}"
DESCRIPTION = "Assorted shell commands for using ros with bash."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require ros.inc
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
DESCRIPTION = "Contains scripts used by the rosboost-cfg tool for determining cflags/lflags/etc. of boost on your system"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require ros.inc
S = "${WORKDIR}/ros-${PV}/tools/${ROS_BPN}"
DESCRIPTION = "rosbuild contains scripts for managing the CMake-based build system for ROS."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = ""
require ros.inc
S = "${WORKDIR}/ros-${PV}/core/${BPN}"
DESCRIPTION = "rosclean: cleanup filesystem resources (e.g. log files)"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require ros.inc
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
DESCRIPTION = "roscreate contains a tool that assists in the creation of ROS filesystem resources."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
require ros.inc
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
DESCRIPTION = "rosmake is a ros dependency aware build tool which can be used to build all dependencies in the correct order."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
require ros.inc
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
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