btrfs-progs: don't build btrfs-convert
Get rid of libext2fs dependency. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
ee912a3869
commit
78fa57ebdb
1 changed files with 6 additions and 5 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=btrfs-progs
|
PKG_NAME:=btrfs-progs
|
||||||
PKG_VERSION:=3.19.1
|
PKG_VERSION:=3.19.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/
|
||||||
|
@ -32,7 +32,7 @@ define Package/btrfs-progs
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Filesystem
|
SUBMENU:=Filesystem
|
||||||
DEPENDS:=+libattr +libuuid +zlib +libext2fs +libblkid +liblzo +libpthread
|
DEPENDS:=+libattr +libuuid +zlib +libblkid +liblzo +libpthread
|
||||||
TITLE:=Btrfs filesystems utilities
|
TITLE:=Btrfs filesystems utilities
|
||||||
URL:=http://btrfs.wiki.kernel.org/
|
URL:=http://btrfs.wiki.kernel.org/
|
||||||
endef
|
endef
|
||||||
|
@ -44,12 +44,13 @@ define Package/btrfs-progs/description
|
||||||
GPL and open for contribution from anyone.
|
GPL and open for contribution from anyone.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
progs = btrfs btrfsck btrfs-convert btrfs-debug-tree btrfs-find-root \
|
progs = btrfs btrfsck btrfs-debug-tree btrfs-find-root btrfs-image \
|
||||||
btrfs-image btrfs-map-logical btrfs-show-super btrfstune \
|
btrfs-map-logical btrfs-show-super btrfstune btrfs-zero-log \
|
||||||
btrfs-zero-log fsck.btrfs mkfs.btrfs
|
fsck.btrfs mkfs.btrfs
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-backtrace \
|
--disable-backtrace \
|
||||||
|
--disable-convert \
|
||||||
--disable-documentation
|
--disable-documentation
|
||||||
|
|
||||||
define Package/btrfs-progs/install
|
define Package/btrfs-progs/install
|
||||||
|
|
Loading…
Reference in a new issue