diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-19 20:49:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-19 20:49:43 +0000 |
commit | a9bbb61fad64c90ce20fe6fbebdd4ab79c3e8f6e (patch) | |
tree | 54f7b1fe5ee66c2611689312d82de04ca53c3d58 /package/e2fsprogs/Makefile | |
parent | 1c368aad4c632c30bdd8aaa6c5a0ef62d7b4f4e3 (diff) | |
download | upstream-a9bbb61fad64c90ce20fe6fbebdd4ab79c3e8f6e.tar.gz upstream-a9bbb61fad64c90ce20fe6fbebdd4ab79c3e8f6e.tar.bz2 upstream-a9bbb61fad64c90ce20fe6fbebdd4ab79c3e8f6e.zip |
[package] blkid only depends on libuuid and libblkid (#4932)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15280 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs/Makefile')
-rw-r--r-- | package/e2fsprogs/Makefile | 4 |
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 += \ |