mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
[package] e2fsprogs: use select-style dependencies, don't ship dev shlib symlink
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18866 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
765ad2ceb9
commit
6bdf3c9289
@ -49,7 +49,7 @@ endef
|
|||||||
|
|
||||||
define Package/uuidgen
|
define Package/uuidgen
|
||||||
$(call Package/e2fsprogs)
|
$(call Package/e2fsprogs)
|
||||||
DEPENDS:=libuuid
|
DEPENDS:=+libuuid
|
||||||
TITLE:=Command line utility to create a new UUID value
|
TITLE:=Command line utility to create a new UUID value
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -86,25 +86,25 @@ endef
|
|||||||
define Package/tune2fs
|
define Package/tune2fs
|
||||||
$(call Package/e2fsprogs)
|
$(call Package/e2fsprogs)
|
||||||
TITLE:=Ext2 Filesystem tune utility
|
TITLE:=Ext2 Filesystem tune utility
|
||||||
DEPENDS:=e2fsprogs
|
DEPENDS:= +e2fsprogs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/resize2fs
|
define Package/resize2fs
|
||||||
$(call Package/e2fsprogs)
|
$(call Package/e2fsprogs)
|
||||||
TITLE:=Ext2 Filesystem resize utility
|
TITLE:=Ext2 Filesystem resize utility
|
||||||
DEPENDS:=e2fsprogs
|
DEPENDS:= +e2fsprogs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/badblocks
|
define Package/badblocks
|
||||||
$(call Package/e2fsprogs)
|
$(call Package/e2fsprogs)
|
||||||
TITLE:=Ext2 Filesystem badblocks utility
|
TITLE:=Ext2 Filesystem badblocks utility
|
||||||
DEPENDS:=e2fsprogs
|
DEPENDS:= +e2fsprogs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/blkid
|
define Package/blkid
|
||||||
$(call Package/e2fsprogs)
|
$(call Package/e2fsprogs)
|
||||||
TITLE:=Command-line utility to locate/print block device attributes
|
TITLE:=Command-line utility to locate/print block device attributes
|
||||||
DEPENDS:=libuuid libblkid
|
DEPENDS:=+libuuid +libblkid
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
@ -177,7 +177,7 @@ endef
|
|||||||
|
|
||||||
define Package/libext2fs/install
|
define Package/libext2fs/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libext2fs.so* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libext2fs.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tune2fs/install
|
define Package/tune2fs/install
|
||||||
|
Loading…
Reference in New Issue
Block a user