diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-23 18:49:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-23 18:49:24 +0000 |
commit | 67fc519a3d45db0418d84a6afcb3aa63ebea5a70 (patch) | |
tree | bc6ad867ebffe45d90e8412fcd5370bcce5e28eb /package/hotplug2 | |
parent | ddb473587155e53748bc72b72805c7287db63d8d (diff) | |
download | upstream-67fc519a3d45db0418d84a6afcb3aa63ebea5a70.tar.gz upstream-67fc519a3d45db0418d84a6afcb3aa63ebea5a70.tar.bz2 upstream-67fc519a3d45db0418d84a6afcb3aa63ebea5a70.zip |
hotplug2: make libbsd depend on "not uclibc" for now, the conditional depdendency handling needs fixes
SVN-Revision: 27266
Diffstat (limited to 'package/hotplug2')
-rw-r--r-- | package/hotplug2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index 30bd1578a0..a003622b08 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -28,7 +28,7 @@ define Package/hotplug2 VERSION:=1.0-beta-$(PKG_RELEASE) TITLE:=Version 1.0 Dynamic device management subsystem for embedded systems URL:=http://isteve.bofh.cz/~isteve/hotplug2/ - DEPENDS:=+(USE_EGLIBC||USE_GLIBC):libbsd + DEPENDS:=+!USE_UCLIBC:libbsd endef define Package/hotplug2/description |