From c691254b92623cdf0c99527f0b96a4a01240e51f Mon Sep 17 00:00:00 2001 From: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Date: Wed, 14 Aug 2013 13:30:40 +0200 Subject: [PATCH] console-bridge: Use ros.bbclass for common ros configurations (resolves #81) Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> --- recipes-ros/console-bridge/console-bridge_0.2.4.bb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/recipes-ros/console-bridge/console-bridge_0.2.4.bb b/recipes-ros/console-bridge/console-bridge_0.2.4.bb index cf9c488..5514c29 100644 --- a/recipes-ros/console-bridge/console-bridge_0.2.4.bb +++ b/recipes-ros/console-bridge/console-bridge_0.2.4.bb @@ -14,13 +14,10 @@ LIC_FILES_CHKSUM = "\ DEPENDS = "boost" -SRC_URI = "https://github.com/ros/console_bridge/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz" +SRC_URI = "https://github.com/ros/${ROS_BPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_BP}.tar.gz" SRC_URI[md5sum] = "e484d34bf0170ee12311d0fc6dd5f4fe" SRC_URI[sha256sum] = "d4bdd0b6bce0c6fa9ff18b8926d4953161451bc49dd11497211eb1a62cfe72b7" -S = "${WORKDIR}/console_bridge-${PV}" +S = "${WORKDIR}/${ROS_BP}" -inherit cmake - -FILES_SOLIBSDEV = "" -FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" +inherit cmake ros -- GitLab