1config BR2_PACKAGE_KODI_PVR_OCTONET 2 bool "kodi-pvr-octonet" 3 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp 4 select BR2_PACKAGE_JSONCPP 5 help 6 DigitalDevices Octonet PVR client addon for Kodi 7 8 https://github.com/DigitalDevices/pvr.octonet 9 10comment "kodi-pvr-octonet needs a toolchain w/ gcc >= 4.7" 11 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 12