2016-02-20 23:09:33 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-adsp-basic
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2017-04-29 10:37:32 +02:00
|
|
|
# This cset is on the branch 'Krypton'
|
|
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
|
|
|
KODI_ADSP_BASIC_VERSION = 2ae604e591346741324663260696cfa231931870
|
2016-02-20 23:09:33 +01:00
|
|
|
KODI_ADSP_BASIC_SITE = $(call github,kodi-adsp,adsp.basic,$(KODI_ADSP_BASIC_VERSION))
|
2017-03-30 15:43:33 +02:00
|
|
|
KODI_ADSP_BASIC_LICENSE = GPL-3.0+
|
2016-02-20 23:09:33 +01:00
|
|
|
KODI_ADSP_BASIC_LICENSE_FILES = LICENSE.md
|
|
|
|
KODI_ADSP_BASIC_DEPENDENCIES = libplatform kodi-platform
|
|
|
|
|
|
|
|
$(eval $(cmake-package))
|