1config BR2_PACKAGE_LIBODB 2 bool "libodb" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 depends on BR2_INSTALL_LIBSTDCPP 5 help 6 This package contains the common ODB runtime library. Every 7 application that includes code generated by the ODB compiler 8 will need to link to this library. 9 10 https://www.codesynthesis.com/products/odb/ 11 12comment "libodb needs a toolchain w/ C++, threads" 13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 14