From 6c45156bb8d483b4c4e7872cb1ab8875ffc98711 Mon Sep 17 00:00:00 2001
From: vdutta <vivek.dutta@iopsys.eu>
Date: Fri, 10 Jul 2020 14:37:18 +0530
Subject: [PATCH] easy-soc-libs: Updated to 4.0.1

---
 docker/code-analysis/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile
index 5153122..8d04d19 100644
--- a/docker/code-analysis/Dockerfile
+++ b/docker/code-analysis/Dockerfile
@@ -211,7 +211,7 @@ RUN \
       rm -fr easy-soc-libs && \
       git clone https://dev.iopsys.eu/iopsys/easy-soc-libs.git && \
       cd easy-soc-libs && \
-      git checkout 8dc10d48aeb5f936196ec78b58ad6ff1fcb357e9 && \
+      git checkout 6b404ace2aa3c9147a96140b58616d393845882d && \
       cd libeasy && \
       make CFLAGS+="-I/usr/include/libnl3" && \
       mkdir -p /usr/include/easy && \
@@ -257,7 +257,7 @@ RUN \
 #bbf	
 RUN \
 	cd /opt/dev && \
-	git clone https://dev.iopsys.eu/iopsys/bbf.git &&\ 
+	git clone https://dev.iopsys.eu/iopsys/bbf.git && \
 	cd /opt/dev/bbf && \
 	autoreconf -i && \
 	./configure --enable-tr181 --enable-tr104 --enable-tr143 --enable-tr157 CPPFLAGS=-DCUSTOM_PREFIX=\\\"X_IOPSYS_EU_\\\" && \
-- 
GitLab