kodi-adsp-basic.mk 618 B

123456789101112131415
  1. ################################################################################
  2. #
  3. # kodi-adsp-basic
  4. #
  5. ################################################################################
  6. # This cset is on the branch 'Krypton'
  7. # When Kodi is updated, then this should be updated to the corresponding branch
  8. KODI_ADSP_BASIC_VERSION = 2ae604e591346741324663260696cfa231931870
  9. KODI_ADSP_BASIC_SITE = $(call github,kodi-adsp,adsp.basic,$(KODI_ADSP_BASIC_VERSION))
  10. KODI_ADSP_BASIC_LICENSE = GPL-3.0+
  11. KODI_ADSP_BASIC_LICENSE_FILES = LICENSE.md
  12. KODI_ADSP_BASIC_DEPENDENCIES = libplatform kodi-platform
  13. $(eval $(cmake-package))