snapcraft: Update libyang version

Update the snapcraft build of libyang to the version we
actually want to be using v1.0.184

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2020-09-10 07:48:53 -04:00
parent c8a3405af8
commit 9841ca1dfc

View file

@ -273,12 +273,12 @@ parts:
- libpcre3
source: https://github.com/CESNET/libyang.git
source-type: git
source-tag: v0.16-r3
source-tag: v1.0.184
plugin: cmake
configflags:
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
- -DENABLE_LYD_PRIV=ON
- -DENABLE_CACHE=OFF
- -DENABLE_CACHE=ON
- -DCMAKE_BUILD_TYPE:String="Release"
frr:
after: [rtrlib,libyang]