mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 10:01:32 +02:00
[package] blkid only depends on libuuid and libblkid (#4932)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15280 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3a5c4c82ff
commit
6164c78965
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=e2fsprogs
|
PKG_NAME:=e2fsprogs
|
||||||
PKG_VERSION:=1.41.3
|
PKG_VERSION:=1.41.3
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/e2fsprogs
|
PKG_SOURCE_URL:=@SF/e2fsprogs
|
||||||
@ -103,7 +103,7 @@ 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:=e2fsprogs
|
DEPENDS:=libuuid libblkid
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
Loading…
Reference in New Issue
Block a user