initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
@@ -0,0 +1,21 @@
################################################################################
#
# kodi-vfs-libarchive
#
################################################################################
KODI_VFS_LIBARCHIVE_VERSION = 19.0.0-Matrix
KODI_VFS_LIBARCHIVE_SITE = $(call github,xbmc,vfs.libarchive,$(KODI_VFS_LIBARCHIVE_VERSION))
KODI_VFS_LIBARCHIVE_LICENSE = GPL-2.0+
KODI_VFS_LIBARCHIVE_LICENSE_FILES = LICENSE.md
KODI_VFS_LIBARCHIVE_DEPENDENCIES = \
bzip2 \
kodi \
libarchive \
lz4 \
lzo \
openssl \
xz \
zlib
$(eval $(cmake-package))