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