From 79fc38add74de5d3c6ca72ef93a0ac562324d012 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 30 Jan 2020 13:24:10 -0500 Subject: [PATCH] Use actual URL for dpdk submodule The seastar submodule looks for dpdk but since https://github.com/ceph/ceph/commit/cb8087dfac31b8490fefdfca28d389b7b9901ef8, we no longer build it during ceph.git's submodule init. Signed-off-by: David Galloway --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0e913cc34e6..c88c4542917 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "dpdk"] path = dpdk - url = ../dpdk + url = https://github.com/ceph/dpdk [submodule "fmt"] path = fmt url = ../fmt