mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
6594738bb6
commit
8c855a5892
31
config/rootfiles/common/libyang
Normal file
31
config/rootfiles/common/libyang
Normal file
@@ -0,0 +1,31 @@
|
||||
#usr/bin/yanglint
|
||||
#usr/bin/yangre
|
||||
#usr/include/libyang
|
||||
#usr/include/libyang/config.h
|
||||
#usr/include/libyang/context.h
|
||||
#usr/include/libyang/dict.h
|
||||
#usr/include/libyang/in.h
|
||||
#usr/include/libyang/libyang.h
|
||||
#usr/include/libyang/log.h
|
||||
#usr/include/libyang/out.h
|
||||
#usr/include/libyang/parser_data.h
|
||||
#usr/include/libyang/parser_schema.h
|
||||
#usr/include/libyang/plugins.h
|
||||
#usr/include/libyang/plugins_exts.h
|
||||
#usr/include/libyang/plugins_exts_compile.h
|
||||
#usr/include/libyang/plugins_exts_print.h
|
||||
#usr/include/libyang/plugins_types.h
|
||||
#usr/include/libyang/printer_data.h
|
||||
#usr/include/libyang/printer_schema.h
|
||||
#usr/include/libyang/set.h
|
||||
#usr/include/libyang/tree.h
|
||||
#usr/include/libyang/tree_data.h
|
||||
#usr/include/libyang/tree_edit.h
|
||||
#usr/include/libyang/tree_schema.h
|
||||
#usr/include/libyang/version.h
|
||||
#usr/lib/libyang.so
|
||||
#usr/lib/libyang.so.2
|
||||
#usr/lib/libyang.so.2.1.4
|
||||
#usr/lib/pkgconfig
|
||||
#usr/lib/pkgconfig/libyang.pc
|
||||
#usr/share/man/man1/yanglint.1
|
||||
Reference in New Issue
Block a user