mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
package/kodi-pvr-addons: Prepare to split into addon-specific packages
The PVR addons formerly being part of the xbmc-pvr-addons package were split into seperate packages being hosted on https://github.com/kodi-pvr This patch removes the old PVR addon package to prepare for the new PVR addon packages being added as subsequent patches. [Thomas: keep alphabetic ordering for addons, as noticed by Yann E. Morin.] 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
27879bf245
commit
9d9f1a9288
@ -107,6 +107,12 @@ endif
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
comment "Legacy options removed in 2015.08"
|
comment "Legacy options removed in 2015.08"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_KODI_PVR_ADDONS
|
||||||
|
bool "Kodi PVR addon was split"
|
||||||
|
select BR2_LEGACY
|
||||||
|
help
|
||||||
|
Kodi PVR addon was split into seperate modules
|
||||||
|
|
||||||
config BR2_BINUTILS_VERSION_2_23_2
|
config BR2_BINUTILS_VERSION_2_23_2
|
||||||
bool "binutils 2.23 option renamed"
|
bool "binutils 2.23 option renamed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
config BR2_PACKAGE_KODI_PVR_ADDONS
|
|
||||||
bool "kodi-pvr-addons"
|
|
||||||
help
|
|
||||||
A collection of PVR backend addons for Kodi
|
|
||||||
|
|
||||||
https://github.com/opdenkamp/xbmc-pvr-addons
|
|
@ -1,27 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
#
|
|
||||||
# kodi-pvr-addons
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
# This cset is on the branch 'helix'
|
|
||||||
# When Kodi is updated, this should be updated to the corresponding branch
|
|
||||||
KODI_PVR_ADDONS_VERSION = 4854fbe9dc0499ca8d1e10e8c18e329d3eb48814
|
|
||||||
KODI_PVR_ADDONS_SITE = $(call github,opdenkamp,xbmc-pvr-addons,$(KODI_PVR_ADDONS_VERSION))
|
|
||||||
KODI_PVR_ADDONS_LICENSE = GPLv3+
|
|
||||||
KODI_PVR_ADDONS_LICENSE_FILES = COPYING
|
|
||||||
|
|
||||||
# There's no ./configure in the git tree, we need to generate it
|
|
||||||
KODI_PVR_ADDONS_AUTORECONF = YES
|
|
||||||
|
|
||||||
KODI_PVR_ADDONS_DEPENDENCIES = zlib
|
|
||||||
# This really is a runtime dependency, but we need KODI to be installed
|
|
||||||
# first, since we'll install files in KODI's directories _after_ KODI has
|
|
||||||
# installed its own files
|
|
||||||
KODI_PVR_ADDONS_DEPENDENCIES += kodi
|
|
||||||
|
|
||||||
KODI_PVR_ADDONS_CONF_OPTS = \
|
|
||||||
--enable-release \
|
|
||||||
--enable-addons-with-dependencies
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
|
@ -254,9 +254,8 @@ menu "Audio encoder addons"
|
|||||||
source "package/kodi-audioencoder-wav/Config.in"
|
source "package/kodi-audioencoder-wav/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
comment "Kodi PVR addons"
|
menu "PVR addons"
|
||||||
|
source "package/kodi-addon-xvdr/Config.in"
|
||||||
source "package/kodi-addon-xvdr/Config.in"
|
endmenu
|
||||||
source "package/kodi-pvr-addons/Config.in"
|
|
||||||
|
|
||||||
endif # BR2_PACKAGE_KODI
|
endif # BR2_PACKAGE_KODI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user