mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-26 14:23:24 +08:00
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: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2579ec20e2
commit
a69eca43f4
@ -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
package/kodi-pvr-dvblink/Config.in
Normal file
8
package/kodi-pvr-dvblink/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
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
package/kodi-pvr-dvblink/kodi-pvr-dvblink.mk
Normal file
13
package/kodi-pvr-dvblink/kodi-pvr-dvblink.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user