[Buildroot] [git commit branch/2021.02.x] package/sysdig: fix C++ comment

Peter Korsgaard peter at korsgaard.com
Sun Aug 8 09:34:20 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=d3c347359bbfe2ec9fd6437a9afc87733821bf99
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Replace libjson by jsoncpp for C++ dependency which was wrongly added
by commit 74fc60a267341879ca71f8eaa64a80f5b5aaf78b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit f23129ee1e3ceb2cdbe751efed9faedbfae67d56)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sysdig/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sysdig/Config.in b/package/sysdig/Config.in
index 7d3c570392..06d20c7f7b 100644
--- a/package/sysdig/Config.in
+++ b/package/sysdig/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_SYSDIG
 	bool "sysdig"
 	depends on BR2_LINUX_KERNEL
-	depends on BR2_INSTALL_LIBSTDCPP # libjson
+	depends on BR2_INSTALL_LIBSTDCPP # jsoncpp
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
 	depends on BR2_TOOLCHAIN_HAS_THREADS # elfutils, jq
 	depends on !BR2_STATIC_LIBS # elfutils


More information about the buildroot mailing list