adding license information to the existing ros recipes (resolving issue #5)
This commit is contained in:
parent
731636a4ef
commit
cc48978492
|
@ -1,7 +1,8 @@
|
|||
DESCRIPTION = "Low-level build system macros and infrastructure for ROS"
|
||||
SECTION = "devel"
|
||||
# TODO: License of catkin unmentioned in the repository
|
||||
LICENSE = "CLOSED"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
SRC_URI = "https://github.com/ros/catkin/archive/0.5.58.tar.gz \
|
||||
file://catkin-change_default_for_debsetuptools.patch \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "Low-level build system macros and infrastructure for ROS"
|
||||
SECTION = "devel"
|
||||
# TODO: License of cpp_common not mentioned in the file
|
||||
LICENSE = "CLOSED"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
SRC_URI = "https://github.com/ros-gbp/roscpp_core-release/archive/release/cpp_common/0.3.11.tar.gz"
|
||||
SRC_URI[md5sum] = "7bf32963b9e2c82911bf089531c18482"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "roscpp-serialization contains the code for serialization."
|
||||
SECTION = "devel"
|
||||
# TODO: License not mentioned in the file
|
||||
LICENSE = "CLOSED"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
## Problem: the filename 0.3.12.tar.gz of roscpp_traits clashes with the identical filename 0.3.12.tar.gz of rostime and rostraits
|
||||
## can we somehow influence the naming?
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "roscpp-traits contains the message traits code."
|
||||
SECTION = "devel"
|
||||
# TODO: License not mentioned in the file
|
||||
LICENSE = "CLOSED"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
## Problem: the filename 0.3.12.tar.gz of roscpp_traits clashes with the identical filename 0.3.12.tar.gz of rostime
|
||||
## can we somehow influence the naming?
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "Time and Duration implementations for C++ libraries, including roscpp."
|
||||
SECTION = "devel"
|
||||
# TODO: License of cpp_common not mentioned in the file
|
||||
LICENSE = "CLOSED"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
SRC_URI = "https://github.com/ros-gbp/roscpp_core-release/archive/release/rostime/0.3.12.tar.gz"
|
||||
SRC_URI[md5sum] = "ad80d12cf7dac87e7a5ef4573ced9db7"
|
||||
|
|
Loading…
Reference in New Issue