Browse Source
Merge pull request #13370 from neheb/xfs2
xfsprogs: update to 5.8.0
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
utils/xfsprogs/Makefile
-
utils/xfsprogs/patches/120-disable_assert.patch
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=xfsprogs |
|
|
|
PKG_VERSION:=5.5.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=5.8.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/fs/xfs/xfsprogs |
|
|
|
PKG_HASH:=cfbb0b136799c48cb79435facd0969c5a60a587a458e2d16f9752771027efbec |
|
|
|
PKG_HASH:=8ef46ed9e6bb927f407f541dc4324857c908ddf1374265edc910d23724048c6b |
|
|
|
|
|
|
|
PKG_INSTALL:=1 |
|
|
|
PKG_BUILD_PARALLEL:=1 |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
--- a/libxfs/libxfs_priv.h
|
|
|
|
+++ b/libxfs/libxfs_priv.h
|
|
|
|
@@ -85,9 +85,6 @@ struct iomap;
|
|
|
|
@@ -87,9 +87,6 @@ struct iomap;
|
|
|
|
/* for all the support code that uses progname in error messages */ |
|
|
|
extern char *progname; |
|
|
|
|
|
|
|