forked from Mirror/frr
debian, redhat, snapcraft: Libyang min version is 2.1.128
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
f26a44f8dc
commit
81d63e476a
2
debian/control
vendored
2
debian/control
vendored
|
@ -23,7 +23,7 @@ Build-Depends: bison,
|
||||||
librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>,
|
librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>,
|
||||||
libsnmp-dev,
|
libsnmp-dev,
|
||||||
libssh-dev <!pkg.frr.nortrlib>,
|
libssh-dev <!pkg.frr.nortrlib>,
|
||||||
libyang2-dev (>= 2.1.80),
|
libyang2-dev (>= 2.1.128),
|
||||||
lsb-base,
|
lsb-base,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
protobuf-c-compiler,
|
protobuf-c-compiler,
|
||||||
|
|
|
@ -187,7 +187,7 @@ BuildRequires: make
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
BuildRequires: libyang-devel >= 2.1.80
|
BuildRequires: libyang-devel >= 2.1.128
|
||||||
%if 0%{?rhel} && 0%{?rhel} < 7
|
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||||
#python27-devel is available from ius community repo for RedHat/CentOS 6
|
#python27-devel is available from ius community repo for RedHat/CentOS 6
|
||||||
BuildRequires: python27-devel
|
BuildRequires: python27-devel
|
||||||
|
|
|
@ -302,7 +302,7 @@ parts:
|
||||||
- libpcre2-8-0
|
- libpcre2-8-0
|
||||||
source: https://github.com/CESNET/libyang.git
|
source: https://github.com/CESNET/libyang.git
|
||||||
source-type: git
|
source-type: git
|
||||||
source-tag: v2.1.80
|
source-tag: v2.1.128
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
configflags:
|
configflags:
|
||||||
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
|
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
|
||||||
|
|
Loading…
Reference in a new issue