1 ################################################################################
5 ################################################################################
7 # This cset is on the branch 'Jarvis'
8 # When Kodi is updated, then this should be updated to the corresponding branch
9 KODI_PVR_HDHOMERUN_VERSION
= aa4324eaa5f738394f21d3f54667e346eb65038e
10 KODI_PVR_HDHOMERUN_SITE
= $(call github
,kodi-pvr
,pvr.hdhomerun
,$(KODI_PVR_HDHOMERUN_VERSION
))
11 KODI_PVR_HDHOMERUN_LICENSE
= GPLv2
+
12 KODI_PVR_HDHOMERUN_LICENSE_FILES
= src
/client.h
13 KODI_PVR_HDHOMERUN_DEPENDENCIES
= jsoncpp kodi-platform libhdhomerun
15 $(eval
$(cmake-package
))