diff options
Diffstat (limited to 'meta-oe/recipes-connectivity')
12 files changed, 12 insertions, 12 deletions
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb index ea4f4d546..ecff79be4 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 | ||
10 | PV = "0.2+git${SRCPV}" | 10 | PV = "0.2+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/labapart/gattlib.git \ | 12 | SRC_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 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb index 6d10bfcfd..876cf1375 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \ | |||
7 | 7 | ||
8 | SRCREV = "c500d8705c517f96e591c060105a789f053d2b7a" | 8 | SRCREV = "c500d8705c517f96e591c060105a789f053d2b7a" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https" | 10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb index bcedd6297..4d873d4d9 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb | |||
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/" | |||
9 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt" | 9 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt" |
10 | 10 | ||
11 | SRCREV = "15f8652126664e3a4b980e5d1c039b9053ce8566" | 11 | SRCREV = "15f8652126664e3a4b980e5d1c039b9053ce8566" |
12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https" | 12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb index 0d35465c8..06fd0f769 100644 --- a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libndp.org/" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/jpirko/libndp \ | 6 | SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \ |
7 | " | 7 | " |
8 | # tag for v1.8 | 8 | # tag for v1.8 |
9 | SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c" | 9 | SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c" |
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb index 83326cb54..1c3419c6d 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 | ||
7 | DEPENDS = "zlib libsigc++-2.0 openssl cppunit" | 7 | DEPENDS = "zlib libsigc++-2.0 openssl cppunit" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/rakshasa/libtorrent \ | 9 | SRC_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 | " |
12 | SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1" | 12 | SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1" |
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb index 01c961f8a..cce9f1d1b 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \ | |||
11 | file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \ | 11 | file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http" | 14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https" |
15 | 15 | ||
16 | SRCREV = "317fb008e1541838d1c29076d2bc5c3e4b6c4f53" | 16 | SRCREV = "317fb008e1541838d1c29076d2bc5c3e4b6c4f53" |
17 | 17 | ||
diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb index 29474f17d..304171c88 100644 --- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb +++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/alanxz/rabbitmq-c" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53" | 3 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/alanxz/rabbitmq-c.git" | 6 | SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https" |
7 | # v0.11.0-master | 7 | # v0.11.0-master |
8 | SRCREV = "a64c08c68aff34d49a2ac152f04988cd921084f9" | 8 | SRCREV = "a64c08c68aff34d49a2ac152f04988cd921084f9" |
9 | 9 | ||
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb index 86d3be168..0f3b5e297 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 | ||
6 | DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" | 6 | DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/rakshasa/rtorrent \ | 8 | SRC_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/transmission/transmission_git.bb b/meta-oe/recipes-connectivity/transmission/transmission_git.bb index 43b000e7d..e81ec741a 100644 --- a/meta-oe/recipes-connectivity/transmission/transmission_git.bb +++ b/meta-oe/recipes-connectivity/transmission/transmission_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "curl libevent gnutls openssl libtool intltool-native glib-2.0-native" | |||
8 | RDEPENDS:${PN}-web = "${PN}" | 8 | RDEPENDS:${PN}-web = "${PN}" |
9 | 9 | ||
10 | SRC_URI = " \ | 10 | SRC_URI = " \ |
11 | gitsm://github.com/transmission/transmission \ | 11 | gitsm://github.com/transmission/transmission;branch=master;protocol=https \ |
12 | file://transmission-daemon \ | 12 | file://transmission-daemon \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb index a3d66f488..a74b15792 100644 --- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb +++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb | |||
@@ -11,7 +11,7 @@ inherit autotools pkgconfig gitpkgv systemd | |||
11 | PKGV = "${GITPKGVTAG}" | 11 | PKGV = "${GITPKGVTAG}" |
12 | 12 | ||
13 | SRCREV = "79c8b38d1488a6b07e1e68f39d8caec3f1a45622" | 13 | SRCREV = "79c8b38d1488a6b07e1e68f39d8caec3f1a45622" |
14 | SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https" | 14 | SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https;branch=master" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
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 5827e7ad9..490f8324b 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 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | SRCREV = "2da947374c8324f88a0e2155aeba4cf75464b0d8" | 11 | SRCREV = "2da947374c8324f88a0e2155aeba4cf75464b0d8" |
12 | SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git \ | 12 | SRC_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 d234d0185..dfb0b14e3 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" | |||
7 | SRCREV = "dd663fafd830466d34cba278c2cfd0f92eb67614" | 7 | SRCREV = "dd663fafd830466d34cba278c2cfd0f92eb67614" |
8 | PV = "4.8.1" | 8 | PV = "4.8.1" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master" | 10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||