1 config BR2_PACKAGE_LIBUPNPP
3 select BR2_PACKAGE_EXPAT
4 select BR2_PACKAGE_LIBCURL
5 select BR2_PACKAGE_LIBUPNP
6 depends on BR2_INSTALL_LIBSTDCPP
7 depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
8 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
9 # Triggers the _gp link issue
10 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
11 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
13 The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
16 http://www.lesbonscomptes.com/upmpdcli/
18 comment "libupnpp needs a toolchain w/ C++, threads, gcc >= 4.5"
19 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
20 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
21 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5