8e20a2
From e052dd9f07bdcf9c5ec738d64ee019b8a0b8b183 Mon Sep 17 00:00:00 2001
8e20a2
From: Michal Schmidt <mschmidt@redhat.com>
8e20a2
Date: Thu, 19 May 2016 18:16:05 +0200
8e20a2
Subject: [PATCH 3/4] unbundle YAML::Tiny
8e20a2
8e20a2
Newer YAML::Tiny is stricter, so fix YAML syntax error in bcast.c.
8e20a2
---
8e20a2
 maint/Makefile.mk    | 3 ---
8e20a2
 src/mpi/coll/bcast.c | 2 +-
8e20a2
 2 files changed, 1 insertion(+), 4 deletions(-)
8e20a2
8e20a2
diff --git a/maint/Makefile.mk b/maint/Makefile.mk
8e20a2
index 83a9572daf..751025969c 100644
8e20a2
--- a/maint/Makefile.mk
8e20a2
+++ b/maint/Makefile.mk
8e20a2
@@ -28,7 +28,6 @@ dist_noinst_SCRIPTS +=                \
8e20a2
     maint/extractcvars                   \
8e20a2
     maint/genstates.in                \
8e20a2
     maint/getcoverage.in              \
8e20a2
-    maint/local_perl/lib/YAML/Tiny.pm \
8e20a2
     maint/parse.sub                   \
8e20a2
     maint/parsetest                   \
8e20a2
     maint/release.pl                  \
8e20a2
@@ -43,8 +42,6 @@ dist_noinst_DATA +=                        \
8e20a2
     maint/errmsgdirs                       \
8e20a2
     maint/cvardirs                         \
8e20a2
     maint/gccimpgen.cpp                    \
8e20a2
-    maint/local_perl/README                \
8e20a2
-    maint/local_perl/YAML-Tiny-1.41.tar.gz \
8e20a2
     maint/mpi1.lst                         \
8e20a2
     maint/setup.jpg                        \
8e20a2
     maint/structalign.c                    \
8e20a2
diff --git a/src/mpi/coll/bcast.c b/src/mpi/coll/bcast.c
8e20a2
index 64536a3494..8e55eb5268 100644
8e20a2
--- a/src/mpi/coll/bcast.c
8e20a2
+++ b/src/mpi/coll/bcast.c
8e20a2
@@ -79,7 +79,7 @@ cvars:
8e20a2
       class       : device
8e20a2
       verbosity   : MPI_T_VERBOSITY_USER_BASIC
8e20a2
       scope       : MPI_T_SCOPE_ALL_EQ
8e20a2
-      description : Enable SMP aware broadcast (See also: MPIR_CVAR_MAX_SMP_BCAST_MSG_SIZE)
8e20a2
+      description : "Enable SMP aware broadcast (See also: MPIR_CVAR_MAX_SMP_BCAST_MSG_SIZE)"
8e20a2
 
8e20a2
     - name        : MPIR_CVAR_MAX_SMP_BCAST_MSG_SIZE
8e20a2
       category    : COLLECTIVE
8e20a2
-- 
8e20a2
2.7.4
8e20a2