From: Mathieu Desnoyers Date: Tue, 11 Jan 2022 19:46:37 +0000 (-0500) Subject: Rename libcommon.so to libcommon-gpl.so X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=6a5596ac51788ca040b88b98e59c8db42a5a160a;hp=6a5596ac51788ca040b88b98e59c8db42a5a160a;p=lttng-tools.git Rename libcommon.so to libcommon-gpl.so libcommon is a static library is currently used by both liblttng-ctl (LGPLv2.1) and all lttng-tools executables (GPLv2). Given that some code in libcommon depends on liburcu, this introduces an indirect dependency from liblttng-ctl to liburcu, which is unwanted. This first step renames libcommon.so to libcommon-gpl.so. Following steps will introduce a more lightweight libcommon-lgpl.so which only contains LGPLv2.1 code, and removes the dependency on liburcu. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau Change-Id: Ia8f37ea229f68550200cbb1528216a505bbbd45f ---