Pull down the submodules within the app 35/10635/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sun, 13 Aug 2017 10:49:43 +0000 (12:49 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sun, 13 Aug 2017 10:49:43 +0000 (12:49 +0200)
Change-Id: I64a7ed6370dcaee19495caf2be5af1143b6514b3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-apps-build-app.sh

index babd290..0febb1a 100644 (file)
@@ -46,7 +46,7 @@ if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "apps/"); t
 
     # clone git
     rm -rf ${MYPROJECT}
-    git clone --recursive https://${GERRIT_HOST}/gerrit/${GERRIT_PROJECT}.git
+    git clone --recurse-submodules --recursive https://${GERRIT_HOST}/gerrit/${GERRIT_PROJECT}.git
     pushd ${MYPROJECT}
         git log -1 --pretty=oneline
         if test x"" != x"${TARGETREFSPEC}" ; then