Commit 610a3701 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/kodi-pvr-vbox: new package



[Thomas:
   - use a shorter file as the license file, client.h instead of client.cpp
   - do not pass -DCMAKE_MODULE_PATH, no longer needed.]

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 70cf949f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
	select BR2_PACKAGE_KODI_PVR_NJOY
	select BR2_PACKAGE_KODI_PVR_PCTV
	select BR2_PACKAGE_KODI_PVR_STALKER
	select BR2_PACKAGE_KODI_PVR_VBOX
	help
	  Kodi PVR addon was split into seperate modules

+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_KODI_PVR_VBOX
	bool "kodi-pvr-vbox"
	select BR2_PACKAGE_KODI_PLATFORM
	help
	  Kodi PVR addon for interfacing with VBox Communications XTi TV Gateway

	  https://github.com/kodi-pvr/pvr.vbox
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# kodi-pvr-vbox
#
################################################################################

KODI_PVR_VBOX_VERSION = 874eb8812db1dd1b2626ed6c9f8391790f0e6818
KODI_PVR_VBOX_SITE = $(call github,kodi-pvr,pvr.vbox,$(KODI_PVR_VBOX_VERSION))
KODI_PVR_VBOX_LICENSE = GPLv2+
KODI_PVR_VBOX_LICENSE_FILES = src/client.h
KODI_PVR_VBOX_DEPENDENCIES = kodi-platform

$(eval $(cmake-package))
+1 −0
Original line number Diff line number Diff line
@@ -270,6 +270,7 @@ menu "PVR addons"
	source "package/kodi-pvr-njoy/Config.in"
	source "package/kodi-pvr-pctv/Config.in"
	source "package/kodi-pvr-stalker/Config.in"
	source "package/kodi-pvr-vbox/Config.in"
endmenu

endif # BR2_PACKAGE_KODI