Skip to content
Snippets Groups Projects

easy-soc-libs: Updated to 4.0.1

Merged Vivek Dutta requested to merge easy_soc_lib_4.0.1 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -211,7 +211,7 @@ RUN \
@@ -211,7 +211,7 @@ RUN \
rm -fr easy-soc-libs && \
rm -fr easy-soc-libs && \
git clone https://dev.iopsys.eu/iopsys/easy-soc-libs.git && \
git clone https://dev.iopsys.eu/iopsys/easy-soc-libs.git && \
cd easy-soc-libs && \
cd easy-soc-libs && \
git checkout 8dc10d48aeb5f936196ec78b58ad6ff1fcb357e9 && \
git checkout 6b404ace2aa3c9147a96140b58616d393845882d && \
cd libeasy && \
cd libeasy && \
make CFLAGS+="-I/usr/include/libnl3" && \
make CFLAGS+="-I/usr/include/libnl3" && \
mkdir -p /usr/include/easy && \
mkdir -p /usr/include/easy && \
@@ -257,7 +257,7 @@ RUN \
@@ -257,7 +257,7 @@ RUN \
#bbf
#bbf
RUN \
RUN \
cd /opt/dev && \
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 && \
cd /opt/dev/bbf && \
autoreconf -i && \
autoreconf -i && \
./configure --enable-tr181 --enable-tr104 --enable-tr143 --enable-tr157 CPPFLAGS=-DCUSTOM_PREFIX=\\\"X_IOPSYS_EU_\\\" && \
./configure --enable-tr181 --enable-tr104 --enable-tr143 --enable-tr157 CPPFLAGS=-DCUSTOM_PREFIX=\\\"X_IOPSYS_EU_\\\" && \
Loading