Fix SDC compile option 65/9765/1
authorVictor Morales <victor.morales@intel.com>
Thu, 31 Aug 2017 21:30:23 +0000 (16:30 -0500)
committerVictor Morales <victor.morales@intel.com>
Thu, 31 Aug 2017 21:30:23 +0000 (16:30 -0500)
The compile_all_sdc_repos function was cloning sdc repositories
instead of compile it. This change fix that behavior.

Change-Id: Icc9478bda6e64b2176817a22b6ba031f763459f4
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-16

bootstrap/vagrant-onap/lib/sdc

index 1c872fa..275f644 100644 (file)
@@ -56,7 +56,7 @@ function clone_all_sdc_repos {
 
 # compile_all_sdc_repos() - Function that compiles SDC source repo.
 function compile_all_sdc_repos {
-    clone_repo sdc $sdc_src_folder
+    compile_src sdc $sdc_src_folder
 
     for dirc in ${sdc_repos[@]}; do
         compile_src $sdc_src_folder/$dirc