From 17e2ad626e1cae6d3fd3e9c81ef8cc4ab7d0a419 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 12 Jul 2026 00:47:05 +0800
Subject: [PATCH] update openlibs build script for URL and deb generate script
---
project/openlibs/libgpiod/build.sh | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/project/openlibs/libgpiod/build.sh b/project/openlibs/libgpiod/build.sh
index d703b78..4792022 100755
--- a/project/openlibs/libgpiod/build.sh
+++ b/project/openlibs/libgpiod/build.sh
@@ -1,12 +1,14 @@
#!/bin/bash
+# Build depends system tools:
+# sudo apt install -y automake texinfo libtool
# library name and version
# Official: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
-LIB_NAME=libgpiod-1.6.4
+LIB_NAME=libgpiod-1.6.2
PACK_SUFIX=tar.gz
# LingYun source code FTP server
-LY_FTP=http://main.iot-yun.club:2211/src/
+LY_FTP=http://master.weike-iot.com:8021/src/
# library download URL address
LIB_URL=$LY_FTP
@@ -155,7 +157,7 @@
{
cd $LIB_NAME
- ./autogen.sh
+ #./autogen.sh
do_export
--
Gitblit v1.10.0