build: fix broken debian dependencies on ubuntu-18.04 & debian-9
- Installation vpp-plugin-core from packagecloud.io/master & packagecloud.io/2009 breaks due to invalid dependencies on newer versions of libmbedtls & libmbedcrypto Type: fix Fixes: 641467406 Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: If736dabcc4a91a04b46515620dd87662b7b14260 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
committed by
Damjan Marion
parent
4b50a90aad
commit
9ef7eae699
@ -51,9 +51,9 @@ Description: Vector Packet Processing--runtime libraries
|
|||||||
Package: vpp-plugin-core
|
Package: vpp-plugin-core
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: vpp (= ${source:Version}),
|
Depends: vpp (= ${source:Version}),
|
||||||
libmbedtls12,
|
libmbedtls12 | libmbedtls10,
|
||||||
libmbedx509-0,
|
libmbedx509-0,
|
||||||
libmbedcrypto3,
|
libmbedcrypto3 | libmbedcrypto1 | libmbedcrypto0,
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Description: Vector Packet Processing--runtime core plugins
|
Description: Vector Packet Processing--runtime core plugins
|
||||||
This package contains VPP core plugins
|
This package contains VPP core plugins
|
||||||
|
Reference in New Issue
Block a user