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 <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
0c66639a28
commit
eb8e8ea4db
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ endef
|
|||
define Package/bsdtar
|
||||
$(call Package/bsdtar/Default)
|
||||
DEPENDS:= +libarchive
|
||||
CONFLICTS:=bsdtar-noopenssl
|
||||
endef
|
||||
|
||||
define Package/bsdtar-noopenssl
|
||||
|
|
Loading…
Reference in a new issue