--
Damjan
> On 11 Dec 2018, at 18:13, Stephen Hemminger
> wrote:
>
> On Mon, 10 Dec 2018 09:32:26 -0800
> Damjan Marion wrote:
>
>> Stephen,
>>
>> Can you make this dependency optional? CMake detect presence of libuuid and
>> then
>> conditionally compile vmbus code?
>>
>> In some cases
On Mon, 10 Dec 2018 09:32:26 -0800
Damjan Marion wrote:
> Stephen,
>
> Can you make this dependency optional? CMake detect presence of libuuid and
> then
> conditionally compile vmbus code?
>
> In some cases that library might not be present, specially in some embedded
> cases...
>
> That wi
Stephen,
Can you make this dependency optional? CMake detect presence of libuuid and then
conditionally compile vmbus code?
In some cases that library might not be present, specially in some embedded
cases...
That will also allow us to merge that code immediately and later we can fix
differen
The VMBus changes keep failing build on CentOs because of
missing install of new dependency (libuuid-devel).
See: https://gerrit.fd.io/r/15311
The RPM_DEPENDS is updated in the Makefile, and it works on a local CentOs 7.6
VM.
I suspect that the build CI doesn't do 'make install-dep' so it
doesn'