]> git.ipfire.org Git - ipfire-2.x.git/commit
libyang: New dependency for frr build
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 13 Sep 2021 11:22:06 +0000 (13:22 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 17 Sep 2021 09:01:16 +0000 (09:01 +0000)
commit8c855a589271b52f9d2231fd520dc73fd66509fa
treea8d4c8f3be9e1bd4c3e2e07e3f27daa6daa42bf7
parent6594738bb6c8fe0656755afeffd8d08639899b84
libyang: New dependency for frr build

- Impementation of libyang-2.0.7 as a dependency for the build of frr
- Creation of rootfile with all entries commented out so that it is only used for the build
   libyang is a YANG data modelling language parser and toolkit written (and providing API)
   in C.In the future if there is demand to use these functions in frr then this package
   may need to be moved from a build only option to a dependency for frr providing the
   yang libraries.
- Added into make.sh just before frr

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/libyang [new file with mode: 0644]
lfs/libyang [new file with mode: 0644]
make.sh