mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Merge pull request #5137 from heitbaum/bt
btrfs-progs: update addon to (103) with disable-zstd
This commit is contained in:
commit
96636fcf00
@ -1,3 +1,6 @@
|
||||
103
|
||||
- rebuild with --disable-zstd
|
||||
|
||||
102
|
||||
- Update to 4.15.1
|
||||
|
||||
|
@ -4,12 +4,12 @@
|
||||
PKG_NAME="btrfs-progs"
|
||||
PKG_VERSION="4.15.1"
|
||||
PKG_SHA256="9cb985b3466e2e0ca712ef8570d7eb2f94b56592221baf0fc76622f413852445"
|
||||
PKG_REV="102"
|
||||
PKG_REV="103"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://btrfs.wiki.kernel.org/index.php/Main_Page"
|
||||
PKG_URL="https://github.com/kdave/btrfs-progs/archive/v${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain util-linux zlib lzo zstd"
|
||||
PKG_DEPENDS_TARGET="toolchain util-linux zlib lzo"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="tools for the btrfs filesystem"
|
||||
PKG_LONGDESC="tools for the btrfs filesystem"
|
||||
@ -22,8 +22,9 @@ PKG_ADDON_NAME="BTRFS Tools"
|
||||
PKG_ADDON_TYPE="xbmc.python.script"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-backtrace \
|
||||
--disable-convert \
|
||||
--disable-documentation \
|
||||
--disable-convert"
|
||||
--disable-zstd"
|
||||
|
||||
pre_configure_target() {
|
||||
./autogen.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user