Fixed meta tags in path to avoid conflict with spec syntax v1.0.2 v1.1.0
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 5 Apr 2018 11:13:34 +0000 (13:13 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 5 Apr 2018 11:13:34 +0000 (13:13 +0200)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
conf.d/etc/profile.d/xds-gdb.sh
glide.yaml

index f71fb6c..58173f1 100644 (file)
@@ -18,5 +18,5 @@
 #
 ###########################################################################
 
-#----------  AGL xds-exec tool options Start ---------"
-[ ":${PATH}:" != *":%%XDS_INSTALL_BIN_DIR%%:"* ] && export PATH=%%XDS_INSTALL_BIN_DIR%%:${PATH}
+#----------  AGL xds-gdb tool options Start ---------"
+[ ":${PATH}:" != *":@XDS_INSTALL_BIN_DIR@:"* ] && export PATH=@XDS_INSTALL_BIN_DIR@:${PATH}
index e7341d1..91a53a8 100644 (file)
@@ -15,7 +15,7 @@ import:
   subpackages:
   - lib/xaapiv1
 - package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git
-  version: ~0.2.0
+  version: ~0.3.0
   subpackages:
   - golib/common
 - package: github.com/joho/godotenv