mirror of
https://github.com/ceph/ceph
synced 2025-01-30 06:53:38 +00:00
debian/control: update yaml-cpp version to 0.6
This fixes the build failure, as jaegertracing requires yaml-cpp v0.6+ ``` Could NOT find yaml-cpp: Found unsuitable version "", but required is at least "0.5.1" (found yaml-cpp_LIBRARY-NOTFOUND) ``` Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
This commit is contained in:
parent
52fc62520f
commit
7aa3c2c3e6
4
debian/control
vendored
4
debian/control
vendored
@ -69,13 +69,12 @@ Build-Depends: automake,
|
||||
librabbitmq-dev,
|
||||
librdkafka-dev,
|
||||
luarocks,
|
||||
libyaml-cpp-dev <pkg.ceph.crimson>,
|
||||
libyaml-cpp-dev (>= 0.6) <pkg.ceph.crimson> <pkg.ceph.jaeger>,
|
||||
libzstd-dev <pkg.ceph.check>,
|
||||
libxmlsec1 <pkg.ceph.check>,
|
||||
libxmlsec1-nss <pkg.ceph.check>,
|
||||
libxmlsec1-openssl <pkg.ceph.check>,
|
||||
libxmlsec1-dev <pkg.ceph.check>,
|
||||
libyaml-cpp-dev <pkg.ceph.crimson>,
|
||||
lsb-release,
|
||||
ninja-build <pkg.ceph.check>,
|
||||
nlohmann-json3-dev <pkg.ceph.jaeger>,
|
||||
@ -113,7 +112,6 @@ Build-Depends: automake,
|
||||
xmlstarlet <pkg.ceph.check>,
|
||||
nasm [amd64],
|
||||
zlib1g-dev,
|
||||
# Jaeger Built-Using: libyaml-cpp-dev (>= 0.6),
|
||||
Standards-Version: 4.4.0
|
||||
|
||||
Package: ceph
|
||||
|
Loading…
Reference in New Issue
Block a user