Re: [dpdk-dev] [PATCH] bus/vmbus: fix build without libuuid

2018-07-15 Thread Thomas Monjalon
15/07/2018 22:39, Thomas Monjalon: > The dependency on libuuid is useless because the required code > is embedded in EAL, see commit 6bc67c497a51 ("eal: add uuid API"). > > Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support") > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] bus/vmbus: fix build without libuuid

2018-07-15 Thread Thomas Monjalon
The dependency on libuuid is useless because the required code is embedded in EAL, see commit 6bc67c497a51 ("eal: add uuid API"). Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support") Signed-off-by: Thomas Monjalon --- drivers/bus/vmbus/Makefile | 2 +- 1 file changed, 1 insertion(