From 2b79568d6172f400a5fdfbd24d87c74843fd2446 Mon Sep 17 00:00:00 2001 From: "drenfong.wang" Date: Wed, 23 Jan 2019 08:27:01 +0000 Subject: add indent installation for fixstyle and change libssh 0.7.5(cannot build in ubuntu 18.04) to 0.7.7 Change-Id: I1fdce561ce0d2609f3f455c1e8762d547ce6f365 Signed-off-by: drenfong.wang --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94dab5d..c247c40 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,10 @@ endif DEB_DEPENDS = curl build-essential autoconf automake ccache DEB_DEPENDS += bison flex libpcre3-dev libev-dev libavl-dev libprotobuf-c-dev protobuf-c-compiler libcmocka-dev -DEB_DEPENDS += cmake ninja-build python-pkgconfig python-dev libssl-dev +DEB_DEPENDS += cmake ninja-build python-pkgconfig python-dev libssl-dev indent wget -RPM_DEPENDS = curl autoconf automake ccache bison flex pcre-devel libev-devel protobuf-c-devel protobuf-c-compiler libcmocka-devel cmake ninja-build python-pkgconfig python-devel openssl-devel graphviz wget gcc gcc-c++ +RPM_DEPENDS = curl autoconf automake ccache bison flex pcre-devel libev-devel protobuf-c-devel protobuf-c-compiler libcmocka-devel +RPM_DEPENDS = cmake ninja-build python-pkgconfig python-devel openssl-devel graphviz wget gcc gcc-c++ indent ifeq ($(findstring y,$(UNATTENDED)),y) CONFIRM=-y @@ -133,8 +134,8 @@ endif @rm -rf $(BR)/downloads @mkdir -p $(BR)/downloads/&&cd $(BR)/downloads/\ \ - &&wget https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.5.tar.gz\ - &&tar xvf libssh-0.7.5.tar.gz && cd libssh-0.7.5 && mkdir build && cd build\ + &&wget https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.7.tar.gz\ + &&tar xvf libssh-0.7.7.tar.gz && cd libssh-0.7.7 && mkdir build && cd build\ &&cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr ..\ &&make&&sudo make install && sudo ldconfig&&cd ../../\ \ -- cgit 1.2.3-korg