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
|
@ -53,6 +53,7 @@ endef
|
||||||
define Package/bsdtar
|
define Package/bsdtar
|
||||||
$(call Package/bsdtar/Default)
|
$(call Package/bsdtar/Default)
|
||||||
DEPENDS:= +libarchive
|
DEPENDS:= +libarchive
|
||||||
|
CONFLICTS:=bsdtar-noopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bsdtar-noopenssl
|
define Package/bsdtar-noopenssl
|
||||||
|
|
Loading…
Reference in New Issue