From eb8e8ea4db781700d36de9c117077f57f768846c Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 5 Mar 2022 11:35:40 +0100 Subject: [PATCH] libarchive: add conflict to bsdtar/bsdtar-noopenssl Fixes: Packages 'bsdtar' and 'bsdtar-noopenssl' do not conflict while providing same file: /usr/bin/bsdtar Signed-off-by: Josef Schlehofer --- libs/libarchive/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile index ff7c5be148..23d6341b19 100644 --- a/libs/libarchive/Makefile +++ b/libs/libarchive/Makefile @@ -53,6 +53,7 @@ endef define Package/bsdtar $(call Package/bsdtar/Default) DEPENDS:= +libarchive + CONFLICTS:=bsdtar-noopenssl endef define Package/bsdtar-noopenssl -- 2.30.2