From 99abf9296feb269098f193f0c2714ec7f192ea0b Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Fri, 29 Mar 2019 16:26:17 -0700 Subject: [PATCH] DRAFT console-bridge_0.4.0.bb: Now creates versioned .so-s => drop inherit faulty-solibs --- recipes-extended/console-bridge/console-bridge_0.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/console-bridge/console-bridge_0.4.0.bb b/recipes-extended/console-bridge/console-bridge_0.4.0.bb index 06b5cf1..b1d2594 100644 --- a/recipes-extended/console-bridge/console-bridge_0.4.0.bb +++ b/recipes-extended/console-bridge/console-bridge_0.4.0.bb @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "c78f87a05c1b2f299c0c8cc1aa9e0234c7e761aa521e4223ecf7aebd21 S = "${WORKDIR}/${ROS_SP}" -inherit cmake faulty-solibs +inherit cmake # For some reason, the cmake subdir is under ${libdir} instead of ${datadir} for this component. FILES_${PN}-dev += "${libdir}/${ROS_BPN}/cmake"