Skip to content

Commit

Permalink
snapcraft: Add libyang to snap package
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
  • Loading branch information
mwinter-osr committed May 28, 2019
1 parent b119a00 commit 8ebfb3a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion snapcraft/snapcraft.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,24 @@ parts:
plugin: cmake
configflags:
- -DCMAKE_BUILD_TYPE=Release
libyang:
build-packages:
- cmake
- make
- gcc
- libpcre3-dev
stage-packages:
- libpcre3
source: https://github.com/CESNET/libyang.git
source-type: git
source-tag: v0.16-r3
plugin: cmake
configflags:
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
- -DENABLE_LYD_PRIV=ON
- -DCMAKE_BUILD_TYPE:String="Release"
frr:
after: [rtrlib]
after: [rtrlib,libyang]
build-packages:
- gcc
- autoconf
Expand Down Expand Up @@ -344,3 +360,8 @@ parts:
README.snap_build.md: doc/README.snap_build.md
extra_version_info.txt: doc/extra_version_info.txt

passthrough:
layout:
/usr/lib/x86_64-linux-gnu/libyang:
bind: $SNAP/usr/lib/x86_64-linux-gnu/libyang

0 comments on commit 8ebfb3a

Please sign in to comment.