Browse Source

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>
lilik-openwrt-22.03
Josef Schlehofer 2 years ago
committed by Rosen Penev
parent
commit
eb8e8ea4db
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libarchive/Makefile

+ 1
- 0
libs/libarchive/Makefile View File

@ -53,6 +53,7 @@ endef
define Package/bsdtar
$(call Package/bsdtar/Default)
DEPENDS:= +libarchive
CONFLICTS:=bsdtar-noopenssl
endef
define Package/bsdtar-noopenssl


Loading…
Cancel
Save