Browse Source

btrfs-progs: don't build btrfs-convert

Get rid of libext2fs dependency.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 10 years ago
parent
commit
78fa57ebdb
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      utils/btrfs-progs/Makefile

+ 6
- 5
utils/btrfs-progs/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=btrfs-progs
PKG_VERSION:=3.19.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs/
@ -32,7 +32,7 @@ define Package/btrfs-progs
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=Filesystem
DEPENDS:=+libattr +libuuid +zlib +libext2fs +libblkid +liblzo +libpthread
DEPENDS:=+libattr +libuuid +zlib +libblkid +liblzo +libpthread
TITLE:=Btrfs filesystems utilities
URL:=http://btrfs.wiki.kernel.org/
endef
@ -44,12 +44,13 @@ define Package/btrfs-progs/description
GPL and open for contribution from anyone.
endef
progs = btrfs btrfsck btrfs-convert btrfs-debug-tree btrfs-find-root \
btrfs-image btrfs-map-logical btrfs-show-super btrfstune \
btrfs-zero-log fsck.btrfs mkfs.btrfs
progs = btrfs btrfsck btrfs-debug-tree btrfs-find-root btrfs-image \
btrfs-map-logical btrfs-show-super btrfstune btrfs-zero-log \
fsck.btrfs mkfs.btrfs
CONFIGURE_ARGS += \
--disable-backtrace \
--disable-convert \
--disable-documentation
define Package/btrfs-progs/install


Loading…
Cancel
Save