initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_KODI_VFS_LIBARCHIVE
|
||||
bool "kodi-vfs-libarchive"
|
||||
select BR2_PACKAGE_BZIP2
|
||||
select BR2_PACKAGE_LIBARCHIVE
|
||||
select BR2_PACKAGE_LZ4
|
||||
select BR2_PACKAGE_LZO
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_XZ
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Libarchive VFS add-on for Kodi
|
||||
|
||||
https://github.com/xbmc/vfs.libarchive
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 941dd675e84c2a6e964622fcc36664f011304d2b2e207196aad298167c713715 kodi-vfs-libarchive-19.0.0-Matrix.tar.gz
|
||||
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user