tuning newlines
This commit is contained in:
parent
521448ca5d
commit
a0a2aa9eaf
|
@ -6,4 +6,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|||
|
||||
BBFILE_COLLECTIONS += "ros-layer"
|
||||
BBFILE_PATTERN_ros-layer := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_ros-layer = "7"
|
||||
BBFILE_PRIORITY_ros-layer = "7"
|
||||
|
|
|
@ -9,7 +9,6 @@ PR = "r0"
|
|||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
SRC_URI = "http://yaml-cpp.googlecode.com/files/yaml-cpp-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "9aa519205a543f9372bf4179071c8ac6"
|
||||
SRC_URI[sha256sum] = "2cd038b5a1583b6745e949e196fba525f6d0d5fd340566585fde24fc7e117b82"
|
||||
|
||||
|
|
|
@ -5,4 +5,3 @@ LICENSE = "BSD"
|
|||
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
require common-msgs.inc
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
DESCRIPTION = "\This package holds the diagnostic messages which provide the \
|
||||
DESCRIPTION = "This package holds the diagnostic messages which provide the \
|
||||
standardized interface for the diagnostic and runtime monitoring systems in ROS."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
|
|
|
@ -24,4 +24,3 @@ inherit cmake
|
|||
|
||||
FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9de
|
|||
DEPENDS = "message-filters pluginlib rosconsole roscpp roslib sensor-msgs"
|
||||
|
||||
require image-common.inc
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@ require ros.inc
|
|||
RDEPENDS_${PN} = "bash findutils"
|
||||
|
||||
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc
|
|||
require ros.inc
|
||||
|
||||
S = "${WORKDIR}/ros-${PV}/tools/${ROS_BPN}"
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc
|
|||
require ros.inc
|
||||
|
||||
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9de
|
|||
require ros.inc
|
||||
|
||||
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc
|
|||
require ros.inc
|
||||
|
||||
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue