DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] bus/vmbus: fix build without libuuid
@ 2018-07-15 20:39 Thomas Monjalon
  2018-07-15 21:40 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2018-07-15 20:39 UTC (permalink / raw)
  To: dev; +Cc: sthemmin, stephen

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 <thomas@monjalon.net>
---
 drivers/bus/vmbus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/vmbus/Makefile b/drivers/bus/vmbus/Makefile
index bd18a7115..deee9dd10 100644
--- a/drivers/bus/vmbus/Makefile
+++ b/drivers/bus/vmbus/Makefile
@@ -22,7 +22,7 @@ CFLAGS += -I$(RTE_SDK)/lib/librte_eal/common
 CFLAGS += -I$(RTE_SDK)/lib/librte_eal/$(SYSTEM)app/eal
 
 LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
-LDLIBS += -lrte_ethdev -luuid
+LDLIBS += -lrte_ethdev
 
 include $(RTE_SDK)/drivers/bus/vmbus/$(SYSTEM)/Makefile
 SRCS-$(CONFIG_RTE_LIBRTE_VMBUS) := $(addprefix $(SYSTEM)/,$(SRCS))
-- 
2.17.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] bus/vmbus: fix build without libuuid
  2018-07-15 20:39 [dpdk-dev] [PATCH] bus/vmbus: fix build without libuuid Thomas Monjalon
@ 2018-07-15 21:40 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-07-15 21:40 UTC (permalink / raw)
  To: dev; +Cc: sthemmin, stephen

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 <thomas@monjalon.net>

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-15 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-15 20:39 [dpdk-dev] [PATCH] bus/vmbus: fix build without libuuid Thomas Monjalon
2018-07-15 21:40 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).