mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump btrfs-progs version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
645881d071
commit
b110b7d0e1
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="4.15.1"
|
||||
VERSION="4.16.1"
|
||||
SRCDIR="btrfs-progs-v${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs"
|
||||
SHA256SUM="67102ac0d6795f368acc94efaca29b6626d972638790a4a0c9f89a27cd543f96"
|
||||
SHA256SUM="013403fb67b17975b21408fa9eb7523b0ecf94f84f8a4397cf972e8e254d2246"
|
||||
DEPENDS="util-linux zlib lzo"
|
||||
|
||||
prepare() {
|
||||
|
@ -14,7 +14,7 @@ build() {
|
|||
|
||||
./configure --prefix="" --host="$TARGET" --sbindir=/bin \
|
||||
--disable-documentation --disable-convert \
|
||||
--disable-zstd --disable-backtrace
|
||||
--disable-zstd --disable-backtrace --disable-python
|
||||
|
||||
make -j $NUMJOBS
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue