aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/f2fs-tools/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-09-29 23:38:12 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-09-30 22:43:17 +0200
commitc4562a90695932d9c4c9c7375017d900f1782e5d (patch)
tree1e58782c7848dcb9e20984ca101d1d2676e895d1 /package/utils/f2fs-tools/Makefile
parent6a5a58ed274f9e2256f470636e514d9530e3c877 (diff)
downloadupstream-c4562a90695932d9c4c9c7375017d900f1782e5d.tar.gz
upstream-c4562a90695932d9c4c9c7375017d900f1782e5d.tar.bz2
upstream-c4562a90695932d9c4c9c7375017d900f1782e5d.zip
package/utils/f2fs-tools: Update to 1.9.0
Update f2fs-tools to 1.9.0 Remove patch as its been committed upstream Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/utils/f2fs-tools/Makefile')
-rw-r--r--package/utils/f2fs-tools/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile
index 8a27c47adf..3e8bf63f08 100644
--- a/package/utils/f2fs-tools/Makefile
+++ b/package/utils/f2fs-tools/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=f2fs-tools
-PKG_VERSION:=1.8.0
-PKG_RELEASE:=3
+PKG_VERSION:=1.9.0
+PKG_RELEASE:=1
PKG_LICENSE:=GPLv2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/
-PKG_HASH:=d4dbecf55560c548bf0758c9f641d1beec1e960b38cbbc19951195d5144d39ae
+PKG_HASH:=77217562ae7011a6d81b7b3c43c42623db1796a57596408d6c8037def70d6cc7
PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
@@ -57,7 +57,8 @@ define Package/libf2fs
endef
CONFIGURE_ARGS += \
- --without-selinux
+ --without-selinux \
+ --without-blkid
CONFIGURE_VARS += \
ac_cv_file__git=no