[packages] make packages depending on uclibc++ depend on CXX_DEPENDS

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34016 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-10-30 16:57:58 +00:00
parent 5c826e1eca
commit d846acfe60
5 changed files with 10 additions and 6 deletions

View File

@ -6,6 +6,7 @@
#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/uclibc++.mk
PKG_NAME:=mysql
PKG_VERSION:=5.1.53
@ -29,7 +30,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libmysqlclient/Default
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+uclibcxx +zlib
DEPENDS:=$(CXX_DEPENDS) +zlib
TITLE:=MySQL client library
URL:=http://dev.mysql.com/
endef

View File

@ -6,6 +6,7 @@
#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/uclibc++.mk
PKG_NAME:=opal
PKG_VERSION:=3.2.1
@ -26,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libopal
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+ptlib +uclibcxx
DEPENDS:=+ptlib $(CXX_DEPENDS)
TITLE:=Open Phone Abstraction Library
URL:=http://www.opalvoip.org/
endef

View File

@ -1,11 +1,12 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/uclibc++.mk
PKG_NAME:=rrs
PKG_VERSION:=1.70
@ -20,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/rrs/Default
SECTION:=net
CATEGORY:=Network
DEPENDS:=+uclibcxx
DEPENDS:=$(CXX_DEPENDS)
TITLE:=A reverse (connecting) remote shell
URL:=http://www.cycom.se/dl/rrs/
endef

View File

@ -7,6 +7,7 @@
#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/uclibc++.mk
RELEASEVER:=3.2.0
@ -33,7 +34,7 @@ endef
define Package/$(PKG_NAME)
$(call Package/yate/Default)
DEPENDS:=+libpthread +uclibcxx
DEPENDS:=+libpthread $(CXX_DEPENDS)
TITLE:=Yet Another Telphony Engine
MENU:=1
endef

View File

@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/smartmontools/Default
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+uclibcxx
DEPENDS:=$(CXX_DEPENDS)
TITLE:=S.M.A.R.T Monitoring
URL:=http://smartmontools.sourceforge.net/
endef