0b045afa44
This package is used by the PVR addon packages and has no use by itself, therefore is does not show up in menuconfig. [Thomas: - fix license information, as noticed by Yann E. Morin: the license is GPLv2+, not GPLv3+, and there is no COPYING file, so a short source file with the license header was used instead. - remove -DCMAKE_MODULE_PATH, no longer needed now that kodi-config.cmake is fixed. - add patch to fix kodi-platform-config.cmake for cross-compilation.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
517 B
Makefile
15 lines
517 B
Makefile
################################################################################
|
|
#
|
|
# kodi-platform
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PLATFORM_VERSION = 33b6390b5d2abe5b674f9eb04bdee19228543054
|
|
KODI_PLATFORM_SITE = $(call github,xbmc,kodi-platform,$(KODI_PLATFORM_VERSION))
|
|
KODI_PLATFORM_LICENSE = GPLv2+
|
|
KODI_PLATFORM_LICENSE_FILES = src/util/XMLUtils.h
|
|
KODI_PLATFORM_INSTALL_STAGING = YES
|
|
KODI_PLATFORM_DEPENDENCIES = libplatform kodi
|
|
|
|
$(eval $(cmake-package))
|