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 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 | ||
| 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 | file://0001-cmake-Use-GNUInstallDirs.patch \ | 14 | file://0001-cmake-Use-GNUInstallDirs.patch \ |
| 15 | " | 15 | " |
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.12.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.12.bb index ccdc65ac6c..80d7582b25 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.12.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.12.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "ell" | 6 | DEPENDS = "ell" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git;branch=master \ |
| 9 | " | 9 | " |
| 10 | SRCREV = "bde3e0f6e3364e9c884b6b93a944d8138345b8e5" | 10 | SRCREV = "bde3e0f6e3364e9c884b6b93a944d8138345b8e5" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
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 bcedd6297e..4d873d4d90 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.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/" | |||
| 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.6 | 8 | # tag for v1.6 |
| 9 | SRCREV = "96674e7d4f4d569c2c961e865cc16152dfab5f09" | 9 | SRCREV = "96674e7d4f4d569c2c961e865cc16152dfab5f09" |
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb index e0d3bef3ca..7e94e6e26c 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 f9b503a2cd..bd237e4a54 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 0cfd225cf8..d54733cb80 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 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 | ||
| 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 57267a8de8..ea63cf4507 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 3860fd8b99..2fef7d0832 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 cb39f5a0e1..52818aac9f 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 44e1e9164c..15921805fa 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 = "76bf169fd67b8e99c1b0e6490029d9cd5ef97666" | 7 | SRCREV = "76bf169fd67b8e99c1b0e6490029d9cd5ef97666" |
| 8 | PV = "4.7.1" | 8 | PV = "4.7.1" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=bugfix-4-7-1" | 10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=bugfix-4-7-1;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
