From 13a01c901fa90dcf456361d2bfeffef4c27109ff Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Tue, 7 May 2019 17:43:00 -0700 Subject: [PATCH] DRAFT console-bridge_0.2.7.bb: Drop inherit of "ros" This component does not need any of the ROS build infrastructure (after all, it's "ROS independent"). --- recipes-extended/console-bridge/console-bridge_0.2.7.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-extended/console-bridge/console-bridge_0.2.7.bb b/recipes-extended/console-bridge/console-bridge_0.2.7.bb index 31b0c93..a585c8a 100644 --- a/recipes-extended/console-bridge/console-bridge_0.2.7.bb +++ b/recipes-extended/console-bridge/console-bridge_0.2.7.bb @@ -10,10 +10,14 @@ LIC_FILES_CHKSUM = "\ DEPENDS = "boost" +ROS_BPN = "console_bridge" +ROS_SPN = "${ROS_BPN}" +ROS_SP = "${ROS_BPN}-${PV}" + SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" SRC_URI[md5sum] = "061ae26707cc56db1bb80421abf6c3f0" SRC_URI[sha256sum] = "9145f0f97337fc87b4c062a4bab6874e383dad3a303486b635d31af69ee0d536" S = "${WORKDIR}/${ROS_SP}" -inherit cmake ros faulty-solibs +inherit cmake faulty-solibs