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

package/kodi-pvr-dvblink: 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 2579ec20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
	bool "Kodi PVR addon was split"
	select BR2_LEGACY
	select BR2_PACKAGE_KODI_PVR_ARGUSTV
	select BR2_PACKAGE_KODI_PVR_DVBLINK
	help
	  Kodi PVR addon was split into seperate modules

+8 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_KODI_PVR_DVBLINK
	bool "kodi-pvr-dvblink"
	select BR2_PACKAGE_KODI_PLATFORM
	select BR2_PACKAGE_TINYXML2
	help
	  Kodi's DVBLink client addon

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

KODI_PVR_DVBLINK_VERSION = cf756e9241c58d98c3b56dfcae89da9f35e4555f
KODI_PVR_DVBLINK_SITE = $(call github,kodi-pvr,pvr.dvblink,$(KODI_PVR_DVBLINK_VERSION))
KODI_PVR_DVBLINK_LICENSE = GPLv2+
KODI_PVR_DVBLINK_LICENSE_FILES = src/client.h
KODI_PVR_DVBLINK_DEPENDENCIES = kodi-platform tinyxml2

$(eval $(cmake-package))
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ endmenu
menu "PVR addons"
	source "package/kodi-addon-xvdr/Config.in"
	source "package/kodi-pvr-argustv/Config.in"
	source "package/kodi-pvr-dvblink/Config.in"
endmenu

endif # BR2_PACKAGE_KODI