frr: T3753: add libyang2 package dependency

This commit is contained in:
Christian Poessinger 2021-08-27 20:20:09 +02:00
parent 3acf36f2b1
commit 5c3bb3a605
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,5 @@
frr/
libyang/
*.deb
*.dsc
*.buildinfo

View File

@ -21,10 +21,15 @@
@Library('vyos-build@current')_
def pkgList = [
['name': 'libyang',
'scmCommit': 'v2.0.97',
'scmUrl': 'https://github.com/CESNET/libyang.git',
'buildCmd': 'apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +'],
['name': 'frr',
'scmCommit': 'stable/8.0',
'scmUrl': 'https://github.com/FRRouting/frr.git',
'buildCmd': '''cd ..; ./build-frr.sh'''],
'buildCmd': 'cd ..; ./build-frr.sh'],
]
// Start package build using library function from https://github.com/vyos/vyos-build