Message ID | 20220122101855.313301-1-michael.tremer@ipfire.org |
---|---|
State | Accepted |
Commit | 853717ba406c9ad8163e2556c627be4898e2ed2b |
Headers | show |
Series | [1/2] libyang: Include in the core distribution | expand |
I missed that when I updated frr. Reviewed-by: Adolf Belka <adolf.belka@ipfire.org> On 22/01/2022 11:18, Michael Tremer wrote: > This isn't only a build dependency for FRR, but is required at runtime > as well. > > Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> > --- > config/rootfiles/common/libyang | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/config/rootfiles/common/libyang b/config/rootfiles/common/libyang > index 433b09fc8..f77ef8b70 100644 > --- a/config/rootfiles/common/libyang > +++ b/config/rootfiles/common/libyang > @@ -24,8 +24,8 @@ > #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/libyang.so.2 > +usr/lib/libyang.so.2.1.4 > #usr/lib/pkgconfig > #usr/lib/pkgconfig/libyang.pc > #usr/share/man/man1/yanglint.1
diff --git a/config/rootfiles/common/libyang b/config/rootfiles/common/libyang index 433b09fc8..f77ef8b70 100644 --- a/config/rootfiles/common/libyang +++ b/config/rootfiles/common/libyang @@ -24,8 +24,8 @@ #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/libyang.so.2 +usr/lib/libyang.so.2.1.4 #usr/lib/pkgconfig #usr/lib/pkgconfig/libyang.pc #usr/share/man/man1/yanglint.1
This isn't only a build dependency for FRR, but is required at runtime as well. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> --- config/rootfiles/common/libyang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)