From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] libyang: Include in the core distribution Date: Sat, 22 Jan 2022 10:18:54 +0000 Message-ID: <20220122101855.313301-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3487436708032965785==" List-Id: --===============3487436708032965785== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This isn't only a build dependency for FRR, but is required at runtime as well. Signed-off-by: Michael Tremer --- 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 -- 2.30.2 --===============3487436708032965785==--