mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #11428 from TDT-AG/pr/20200224-btrfs
btrfs-progs: add kmod btrfs dependency
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=btrfs-progs
|
PKG_NAME:=btrfs-progs
|
||||||
PKG_VERSION:=5.4.1
|
PKG_VERSION:=5.4.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs
|
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs
|
||||||
@@ -30,7 +30,15 @@ define Package/btrfs-progs
|
|||||||
SUBMENU:=Filesystem
|
SUBMENU:=Filesystem
|
||||||
TITLE:=Btrfs filesystems utilities
|
TITLE:=Btrfs filesystems utilities
|
||||||
URL:=https://btrfs.wiki.kernel.org/
|
URL:=https://btrfs.wiki.kernel.org/
|
||||||
DEPENDS:=+libattr +libuuid +zlib +libblkid +liblzo +libpthread +BTRFS_PROGS_ZSTD:libzstd
|
DEPENDS:= \
|
||||||
|
+libattr \
|
||||||
|
+libuuid \
|
||||||
|
+zlib \
|
||||||
|
+libblkid \
|
||||||
|
+liblzo \
|
||||||
|
+libpthread \
|
||||||
|
+kmod-fs-btrfs \
|
||||||
|
+BTRFS_PROGS_ZSTD:libzstd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/btrfs-progs/description
|
define Package/btrfs-progs/description
|
||||||
|
|||||||
Reference in New Issue
Block a user