1 config BR2_PACKAGE_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
8 Lightweight cross platform C++ GUID/UUID library
10 https://github.com/graeme-hill/crossguid
12 comment "libcrossguid needs a toolchain w/ C++, gcc >= 4.7"
13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7