RaspberrPi project source code
guowenxue
yesterday 17e2ad626e1cae6d3fd3e9c81ef8cc4ab7d0a419
update openlibs build script for URL and deb generate script
6 files modified
14 ■■■■ changed files
project/deb/build.sh 2 ●●● patch | view | raw | blame | history
project/openlibs/cjson/build.sh 2 ●●● patch | view | raw | blame | history
project/openlibs/libevent/build.sh 2 ●●● patch | view | raw | blame | history
project/openlibs/libgpiod/build.sh 4 ●●●● patch | view | raw | blame | history
project/openlibs/mosquitto/build.sh 2 ●●● patch | view | raw | blame | history
project/openlibs/openssl/build.sh 2 ●●● patch | view | raw | blame | history
project/deb/build.sh
@@ -84,7 +84,7 @@
}
do_build() {
    dpkg-deb --build ${BUILD_DIR} ${OUTPUT_DEB}
    dpkg-deb -Zxz --build ${BUILD_DIR} ${OUTPUT_DEB}
}
# Parse command-line options
project/openlibs/cjson/build.sh
@@ -6,7 +6,7 @@
PACK_SUFIX=tar.gz
# LingYun source code FTP server
LY_FTP=http://weike-iot.com:2211/src/
LY_FTP=http://master.weike-iot.com:8021/src/
# library download URL address
LIB_URL=$LY_FTP
project/openlibs/libevent/build.sh
@@ -6,7 +6,7 @@
PACK_SUFIX=tar.gz
# LingYun source code FTP server
LY_FTP=http://weike-iot.com:2211/src/
LY_FTP=http://master.weike-iot.com:8021/src/
# library download URL address
LIB_URL=$LY_FTP
project/openlibs/libgpiod/build.sh
@@ -8,7 +8,7 @@
PACK_SUFIX=tar.gz
# LingYun source code FTP server
LY_FTP=http://weike-iot.com:2211/src/
LY_FTP=http://master.weike-iot.com:8021/src/
# library download URL address
LIB_URL=$LY_FTP
@@ -157,7 +157,7 @@
{
    cd $LIB_NAME
    ./autogen.sh
    #./autogen.sh
    do_export
project/openlibs/mosquitto/build.sh
@@ -6,7 +6,7 @@
PACK_SUFIX=tar.gz
# LingYun source code FTP server
LY_FTP=http://weike-iot.com:2211/src/
LY_FTP=http://master.weike-iot.com:8021/src/
# library download URL address
LIB_URL=$LY_FTP
project/openlibs/openssl/build.sh
@@ -6,7 +6,7 @@
PACK_SUFIX=tar.gz
# LingYun source code FTP server
LY_FTP=http://weike-iot.com:2211/src/
LY_FTP=http://master.weike-iot.com:8021/src/
# library download URL address
LIB_URL=$LY_FTP