diff mbox

[CHECK-ODP,2/2] build: netmap URL changed to maintained repo

Message ID 1445008698-8146-2-git-send-email-christophe.milard@linaro.org
State New
Headers show

Commit Message

Christophe Milard Oct. 16, 2015, 3:18 p.m. UTC
Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 helper/platform/generic | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/helper/platform/generic b/helper/platform/generic
index 85ddacc..24a6311 100644
--- a/helper/platform/generic
+++ b/helper/platform/generic
@@ -19,7 +19,7 @@  generic_prepare() {
 generic_get() {
     if [[ ${ENABLE_NETMAP} -eq 1 ]]; then
         #get netmap so that linux-generic netmap based pktio interfaces can be tested:
-        NETMAP_GIT=${NETMAP_GIT:-https://code.google.com/p/netmap}
+        NETMAP_GIT=${NETMAP_GIT:-https://github.com/luigirizzo/netmap.git}
         NETMAP_REV=${NETMAP_REV:-7e9e5e7602f5c620ade87b722bed266dd4226031}
         git clone ${NETMAP_GIT} ${NETMAP_SRCDIR}
         pushd ${NETMAP_SRCDIR} > /dev/null