diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-03-05 11:35:40 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-03-16 19:53:14 -0700 |
commit | eb8e8ea4db781700d36de9c117077f57f768846c (patch) | |
tree | 35cf2a5d38a57689aea386ad545950c92d278746 | |
parent | 0c66639a288ffd29819a30473212a8c4791e4a99 (diff) |
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>
-rw-r--r-- | libs/libarchive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile index ff7c5be14..23d6341b1 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 |