mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
btrfs-progs: update to 5.15 and addon (104)
This commit is contained in:
parent
2862f0423f
commit
2fe48b8df5
@ -1,3 +1,6 @@
|
|||||||
|
104
|
||||||
|
- update to 5.15
|
||||||
|
|
||||||
103
|
103
|
||||||
- rebuild with --disable-zstd
|
- rebuild with --disable-zstd
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="btrfs-progs"
|
PKG_NAME="btrfs-progs"
|
||||||
PKG_VERSION="4.15.1"
|
PKG_VERSION="5.15"
|
||||||
PKG_SHA256="9cb985b3466e2e0ca712ef8570d7eb2f94b56592221baf0fc76622f413852445"
|
PKG_SHA256="ffa2df3ce6de19cbc2ab58a27018662e3558f16c9cb43eafab3203df2b0f008d"
|
||||||
PKG_REV="103"
|
PKG_REV="104"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://btrfs.wiki.kernel.org/index.php/Main_Page"
|
PKG_SITE="https://btrfs.wiki.kernel.org/index.php/Main_Page"
|
||||||
@ -24,6 +24,7 @@ PKG_ADDON_TYPE="xbmc.python.script"
|
|||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-backtrace \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-backtrace \
|
||||||
--disable-convert \
|
--disable-convert \
|
||||||
--disable-documentation \
|
--disable-documentation \
|
||||||
|
--disable-python \
|
||||||
--disable-zstd"
|
--disable-zstd"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
@ -32,5 +33,5 @@ pre_configure_target() {
|
|||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/
|
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin/
|
||||||
cp -P ${PKG_INSTALL}/usr/bin/{btrfs,btrfsck,btrfstune,btrfs-zero-log,fsck.btrfs,mkfs.btrfs} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P ${PKG_INSTALL}/usr/bin/{btrfs,btrfsck,btrfstune,fsck.btrfs,mkfs.btrfs} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user