summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-19 20:49:43 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-19 20:49:43 +0000
commit1e1022d063a7efa6f5e4ae6af8446b73132cefd1 (patch)
treefa1037dd946161675f99c69b1da7862f2814ccb0 /package
parentcacb52e19f81e1a622bba4316b8f6feb2f99eb00 (diff)
downloadmaster-31e0f0ae-1e1022d063a7efa6f5e4ae6af8446b73132cefd1.tar.gz
master-31e0f0ae-1e1022d063a7efa6f5e4ae6af8446b73132cefd1.tar.bz2
master-31e0f0ae-1e1022d063a7efa6f5e4ae6af8446b73132cefd1.zip
blkid only depends on libuuid and libblkid (#4932)
SVN-Revision: 15280
Diffstat (limited to 'package')
-rw-r--r--package/e2fsprogs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 3a66b3e14c..4b2a30b687 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
PKG_VERSION:=1.41.3
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/e2fsprogs
@@ -103,7 +103,7 @@ endef
define Package/blkid
$(call Package/e2fsprogs)
TITLE:=Command-line utility to locate/print block device attributes
- DEPENDS:=e2fsprogs
+ DEPENDS:=libuuid libblkid
endef
CONFIGURE_ARGS += \