chrony: add conflict between without NTS and NTS variant
Both packages provide the same files: /usr/bin/chronyc /usr/sbin/chronyd /etc/chrony/chrony.conf /etc/hotplug.d/iface/20-chrony /etc/init.d/chronyd They should not be installed side by side. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
4faa63f394
commit
b898847395
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=chrony
|
PKG_NAME:=chrony
|
||||||
PKG_VERSION:=4.2
|
PKG_VERSION:=4.2
|
||||||
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://download.tuxfamily.org/chrony/
|
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
|
||||||
|
@ -39,6 +39,7 @@ define Package/chrony
|
||||||
$(call Package/chrony/Default)
|
$(call Package/chrony/Default)
|
||||||
TITLE+= (without NTS)
|
TITLE+= (without NTS)
|
||||||
VARIANT:=normal
|
VARIANT:=normal
|
||||||
|
CONFLICTS:=chrony-nts
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/chrony-nts
|
define Package/chrony-nts
|
||||||
|
|
Loading…
Reference in a new issue