From 6e30ed80e9195cbf87c912df0fc873cd7de2ea52 Mon Sep 17 00:00:00 2001 From: "Liow, Shi Jie Donavan" Date: Mon, 13 Apr 2026 02:43:15 +0800 Subject: [PATCH] fix libyang installation to v4.2.2 to prevent version mismatch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e42a054..b7c7b07 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The Time Config Hub is designed to run on end stations equipped with TSN-capable ```bash sudo apt install python3-dev gcc python3-cffi -git clone https://github.com/CESNET/libyang.git +git clone -b v4.2.2 https://github.com/CESNET/libyang.git cd libyang mkdir build cd build