From f57416b65a68aa6317e757da630c87ee0a87c360 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 26 Feb 2013 11:19:39 +0100 Subject: [PATCH] roslang: initial untested recipe by manually extracting meta data from package.xml --- recipes-ros/ros/roslang_1.9.42.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-ros/ros/roslang_1.9.42.bb diff --git a/recipes-ros/ros/roslang_1.9.42.bb b/recipes-ros/ros/roslang_1.9.42.bb new file mode 100644 index 0000000..ae486f8 --- /dev/null +++ b/recipes-ros/ros/roslang_1.9.42.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "roslang is a common package that all ROS client libraries depend on." +SECTION = "devel" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5" + +require ros.inc + +S = "${WORKDIR}/ros-${PV}/core/${BPN}"