1*4882a593Smuzhiyunconfig BR2_PACKAGE_SDBUSPLUS 2*4882a593Smuzhiyun bool "sdbusplus" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 4*4882a593Smuzhiyun depends on BR2_PACKAGE_SYSTEMD 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun A C++ library for sd-bus with a bindings and doc generator. 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun This will build the target library. See the host package for 10*4882a593Smuzhiyun the bindings and documentation generation program. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://github.com/openbmc/sdbusplus 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuncomment "sdbusplus needs systemd and a toolchain w/ C++, gcc >= 7" 15*4882a593Smuzhiyun depends on !BR2_PACKAGE_SYSTEMD || !BR2_INSTALL_LIBSTDCPP || \ 16*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_7 17