summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/gattlib/gattlib_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_1.5.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_1.9.bb2
-rw-r--r--meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/libndp/libndp_1.7.bb2
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb2
-rw-r--r--meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb2
-rw-r--r--meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.10.0.bb2
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb2
13 files changed, 13 insertions, 13 deletions
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
index f2da88aa26..64595d59c1 100644
--- a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
+++ b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
@@ -9,7 +9,7 @@ DEPENDS += "glib-2.0-native"
9 9
10PV = "0.2+git${SRCPV}" 10PV = "0.2+git${SRCPV}"
11 11
12SRC_URI = "git://github.com/labapart/gattlib.git \ 12SRC_URI = "git://github.com/labapart/gattlib.git;branch=master;protocol=https \
13 file://dbus-avoid-strange-chars-from-the-build-dir.patch \ 13 file://dbus-avoid-strange-chars-from-the-build-dir.patch \
14 file://0001-cmake-Use-GNUInstallDirs.patch \ 14 file://0001-cmake-Use-GNUInstallDirs.patch \
15 " 15 "
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_1.5.3.bb b/meta-oe/recipes-connectivity/gensio/gensio_1.5.3.bb
index 8c97662df5..bee757d5a6 100644
--- a/meta-oe/recipes-connectivity/gensio/gensio_1.5.3.bb
+++ b/meta-oe/recipes-connectivity/gensio/gensio_1.5.3.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \
8SRCREV = "95ec1ab31ee97411fc37156d12061adcf0331598" 8SRCREV = "95ec1ab31ee97411fc37156d12061adcf0331598"
9PV = "1.5.3+git${SRCPV}" 9PV = "1.5.3+git${SRCPV}"
10 10
11SRC_URI = "git://github.com/cminyard/gensio;protocol=https \ 11SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master \
12 file://0001-filter-Rename-some-variables-to-tr_stdxxx.patch \ 12 file://0001-filter-Rename-some-variables-to-tr_stdxxx.patch \
13 " 13 "
14 14
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.9.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
index 25500e6501..1606f10cf9 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
5 5
6DEPENDS = "ell" 6DEPENDS = "ell"
7 7
8SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" 8SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git;branch=master"
9SRCREV = "aa3dc1b95348dea177e9d8c2c3063b29e20fe2e9" 9SRCREV = "aa3dc1b95348dea177e9d8c2c3063b29e20fe2e9"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb
index 908b98d8c5..b1a9ed7ec6 100644
--- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb
+++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb
@@ -12,7 +12,7 @@ DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt"
12SRCREV = "fb71aeef10488ed7b0e60a1c8a553193301428c0" 12SRCREV = "fb71aeef10488ed7b0e60a1c8a553193301428c0"
13PV = "1.2.0+git${SRCPV}" 13PV = "1.2.0+git${SRCPV}"
14SRC_URI = "\ 14SRC_URI = "\
15 git://github.com/libimobiledevice/libimobiledevice;protocol=https \ 15 git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master \
16 file://configure-fix-largefile.patch \ 16 file://configure-fix-largefile.patch \
17" 17"
18 18
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb
index 07a7a1d239..2537963dda 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libndp.org/"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6SRC_URI = "git://github.com/jpirko/libndp \ 6SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
7 " 7 "
8# tag for v1.6 8# tag for v1.6
9SRCREV = "96674e7d4f4d569c2c961e865cc16152dfab5f09" 9SRCREV = "96674e7d4f4d569c2c961e865cc16152dfab5f09"
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index 3ee69554b6..b4094dd6f3 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
6 6
7DEPENDS = "zlib libsigc++-2.0 openssl cppunit" 7DEPENDS = "zlib libsigc++-2.0 openssl cppunit"
8 8
9SRC_URI = "git://github.com/rakshasa/libtorrent \ 9SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https \
10 file://don-t-run-code-while-configuring-package.patch \ 10 file://don-t-run-code-while-configuring-package.patch \
11 " 11 "
12SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1" 12SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1"
diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb b/meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb
index 7577207318..41e95f56ae 100644
--- a/meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb
+++ b/meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
6 6
7SRCREV = "533b738838ad8407032e14b6772b29ef9af63cfa" 7SRCREV = "533b738838ad8407032e14b6772b29ef9af63cfa"
8SRC_URI = "git://github.com/libuv/libuv;branch=v1.x \ 8SRC_URI = "git://github.com/libuv/libuv;branch=v1.x;protocol=https \
9 file://CVE-2020-8252.patch" 9 file://CVE-2020-8252.patch"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb
index 3a1222e89e..d070111e95 100644
--- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb
+++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \
11 file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \ 11 file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \
12" 12"
13 13
14SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http \ 14SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https \
15 file://0001-Fix-bug-of-free-with-musl.patch" 15 file://0001-Fix-bug-of-free-with-musl.patch"
16 16
17SRCREV = "3148fe2d5f4b87e16266dfe559c0764e16ca0546" 17SRCREV = "3148fe2d5f4b87e16266dfe559c0764e16ca0546"
diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.10.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.10.0.bb
index 2ef6b187e9..bbc311ee1e 100644
--- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.10.0.bb
+++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.10.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/alanxz/rabbitmq-c"
3LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53" 3LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53"
4LICENSE = "MIT" 4LICENSE = "MIT"
5 5
6SRC_URI = "git://github.com/alanxz/rabbitmq-c.git" 6SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https"
7# v0.10.0-master 7# v0.10.0-master
8SRCREV = "ffe918a5fcef72038a88054dca3c56762b1953d4" 8SRCREV = "ffe918a5fcef72038a88054dca3c56762b1953d4"
9 9
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
index 331f978f86..41fb1ec826 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" 6DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
7 7
8SRC_URI = "git://github.com/rakshasa/rtorrent \ 8SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https \
9 file://don-t-run-code-while-configuring-package.patch \ 9 file://don-t-run-code-while-configuring-package.patch \
10" 10"
11# v0.9.8 11# v0.9.8
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb
index 7284234326..7993e608db 100644
--- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb
+++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb
@@ -10,7 +10,7 @@ inherit autotools pkgconfig gitpkgv systemd
10PKGV = "${GITPKGVTAG}" 10PKGV = "${GITPKGVTAG}"
11 11
12SRCREV = "ee85938c21043ef5f7cd4dfbc7677f385814d4d8" 12SRCREV = "ee85938c21043ef5f7cd4dfbc7677f385814d4d8"
13SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https" 13SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https;branch=master"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
diff --git a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb
index 99cfb32051..dd2b4392c2 100644
--- a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb
+++ b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb
@@ -9,7 +9,7 @@ SECTION = "test"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11SRCREV = "f7a8d7ef7d1a831c1bb47de21fa083536ea2f3a9" 11SRCREV = "f7a8d7ef7d1a831c1bb47de21fa083536ea2f3a9"
12SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git \ 12SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;branch=master;protocol=https \
13 file://0001-Use-toolchain-from-environment-variables.patch \ 13 file://0001-Use-toolchain-from-environment-variables.patch \
14 file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \ 14 file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \
15 file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \ 15 file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
index 0b66970a9d..2a435897d3 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "zeromq"
7SRCREV = "8d5c9a88988dcbebb72939ca0939d432230ffde1" 7SRCREV = "8d5c9a88988dcbebb72939ca0939d432230ffde1"
8PV = "4.6.0" 8PV = "4.6.0"
9 9
10SRC_URI = "git://github.com/zeromq/cppzmq.git" 10SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13