1config BR2_PACKAGE_LIBCROSSGUID 2 bool "libcrossguid" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11 5 select BR2_PACKAGE_UTIL_LINUX 6 select BR2_PACKAGE_UTIL_LINUX_LIBUUID 7 help 8 Lightweight cross platform C++ GUID/UUID library 9 10 https://github.com/graeme-hill/crossguid 11 12comment "libcrossguid needs a toolchain w/ C++, gcc >= 4.7" 13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 14