Adding initial untested recipes

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

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
This commit is contained in:
Lukas Bulwahn 2013-03-04 08:44:13 +01:00
parent 1cbb38134c
commit 29fdf17343
7 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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}"

View File

@ -0,0 +1,9 @@
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}"

View File

@ -0,0 +1,9 @@
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}"

View File

@ -0,0 +1,10 @@
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}"

View File

@ -0,0 +1,9 @@
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}"

View File

@ -0,0 +1,9 @@
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}"

View File

@ -0,0 +1,9 @@
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}"