diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2019-12-02 14:28:22 +0100 |
---|---|---|
committer | Luca Muscariello <muscariello@ieee.org> | 2019-12-04 09:45:43 +0000 |
commit | 2bfd3335ff11281d703cb7f422bb17da2d3a6bcd (patch) | |
tree | 278c097859d17c3f96c84d432ab1ef5c80e9a6d2 /extras/libmemif | |
parent | 3e0ff4e7897bb8bc03538f1b2643fe73de158714 (diff) |
to fix HICN-421 by adding cpack to libyang and sysrepo
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Change-Id: Ia9e0752f877c7fc0be6df85664d18e1caad86741
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'extras/libmemif')
-rw-r--r-- | extras/libmemif/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/libmemif/CMakeLists.txt b/extras/libmemif/CMakeLists.txt index c9cea96f1..3b2b87729 100644 --- a/extras/libmemif/CMakeLists.txt +++ b/extras/libmemif/CMakeLists.txt @@ -26,7 +26,7 @@ endif() execute_process( COMMAND bash -c "if [ ! -d vpp ]; then - git clone https://github.com/FDio/vpp.git -b stable/1908 vpp; + git clone https://github.com/FDio/vpp.git -b stable/1908 --depth 1 vpp; else pushd vpp && git pull && popd; fi" |