iperf3: Fix dependecy conflict with iperf3-ssl
When selecting both iperf3 and iperf3 ssl, there is a problem that both packages install same binary file. This patch fixes this issue by adding conflict between those packages. Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
This commit is contained in:
parent
2411bcffaf
commit
cea45c75c0
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=iperf
|
PKG_NAME:=iperf
|
||||||
PKG_VERSION:=3.15
|
PKG_VERSION:=3.15
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf
|
PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf
|
||||||
|
@ -46,6 +46,7 @@ $(call Package/iperf3/default)
|
||||||
TITLE+= with iperf_auth support
|
TITLE+= with iperf_auth support
|
||||||
VARIANT:=ssl
|
VARIANT:=ssl
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
|
CONFLICTS:=iperf3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libiperf3
|
define Package/libiperf3
|
||||||
|
|
Loading…
Reference in a new issue