1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBODB_MYSQL 2*4882a593Smuzhiyun bool "libodb-mysql" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 5*4882a593Smuzhiyun depends on BR2_PACKAGE_MYSQL 6*4882a593Smuzhiyun select BR2_PACKAGE_LIBODB 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun This package contains the MySQL ODB runtime library. Every 9*4882a593Smuzhiyun application that includes code generated for the MySQL 10*4882a593Smuzhiyun database will need to link to this library. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://www.codesynthesis.com/products/odb/ 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuncomment "libodb-mysql needs a toolchain w/ C++, threads" 15*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 16*4882a593Smuzhiyun depends on BR2_PACKAGE_MYSQL 17