1config BR2_PACKAGE_HOST_ODB 2 bool "host-odb" 3 select BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT 4 help 5 This is a compiler that takes a specially crafted c++ header 6 file and auto-generates a schema that works with libodb and 7 the subsequent libodb-database library. 8 9 https://www.codesynthesis.com/products/odb/ 10