From 2df4fe8dc069e8d91ee7896cbb9b00f38c52cdd9 Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Thu, 15 Nov 2018 06:49:09 -0800 Subject: [PATCH] Fix version of libevel code used for vgmux The VES patch applied the vgmux code needs to be applied against a version of the code that was present near the date of Nov 20, 2017. The code for libevel.so present in the repo at that time produces events with the correct attribute labels. (see refered Issue ID) This patch provides a suitable commit id to use. Replacing one which was not suitable. Change-Id: I3460927e21ff23bc66ac77475f4d8d45921476e0 Issue-ID: TEST-132 Signed-off-by: Eric Multanen (cherry picked from commit 95fd361eaff65980e6ff6f0e1e548d2822b0909b) --- vnfs/vCPE/scripts/v_gmux_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnfs/vCPE/scripts/v_gmux_build.sh b/vnfs/vCPE/scripts/v_gmux_build.sh index b85445a6..21f71a62 100644 --- a/vnfs/vCPE/scripts/v_gmux_build.sh +++ b/vnfs/vCPE/scripts/v_gmux_build.sh @@ -43,7 +43,7 @@ apt-get install -y libcurl4-openssl-dev git clone http://gerrit.onap.org/r/demo wget -O vCPE-vG-MUX-libevel-fixup.patch ${LIBEVEL_PATCH_URL} cd demo -git checkout 312996e2 +git checkout 3234c8ffab9faf85fd3bccfa720a3869ba39d13c patch -p1 < ../vCPE-vG-MUX-libevel-fixup.patch cd vnfs/VES5.0/evel/evel-library/bldjobs make -- 2.16.6