]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
debian/control: update yaml-cpp version if building with Jaeger
authorDeepika Upadhyay <dupadhya@redhat.com>
Wed, 16 Dec 2020 12:39:00 +0000 (18:09 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Wed, 16 Dec 2020 12:43:03 +0000 (18:13 +0530)
commita8213f07b68c22380930c40a738c438a641be375
tree709b3c207ee6ab1affa7ce1c8b971306d69adaae
parentf649030c73c8a995ac875185045d3908ae4cbb14
debian/control: update yaml-cpp version if building with Jaeger

jaeger specifically requires yaml-dev +0.6 but since all supported
distro(bionic) still doesn't have this version, yaml-cpp will be build
from source if enabled.
This fixes the build failure:
```
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>
debian/control