1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 11:36:13 +02:00

Bump btrfs-progs version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-05-06 20:28:52 +02:00
parent 645881d071
commit b110b7d0e1

View file

@ -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
}