summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-02-06 14:13:08 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:12 -0800
commit21f956598ddb1bb08855fbc9a3293acf957154d1 (patch)
tree81f729e5b1f24baa159334f289c2eb15968a4fc6 /meta-networking/recipes-connectivity
parente3489d11504b4ccbd8f7cb3e24c3b9477cf744b7 (diff)
downloadmeta-openembedded-21f956598ddb1bb08855fbc9a3293acf957154d1.tar.gz
recipes: drop ${SRCPV} usage
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb2
-rw-r--r--meta-networking/recipes-connectivity/bluepy/bluepy_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/openthread/wpantund_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/relayd/relayd_git.bb2
6 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb b/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb
index 1e70a3dec6..39569e9d06 100644
--- a/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb
+++ b/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb
@@ -23,7 +23,7 @@ inherit lib_package
23LICENSE = "MIT" 23LICENSE = "MIT"
24LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fc37e1037ae673975fbcb96a98f7191" 24LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fc37e1037ae673975fbcb96a98f7191"
25 25
26PV .= "+git${SRCPV}" 26PV .= "+git"
27SRCREV = "79c060eea3eea1257797f15ea1608a9a9923aa6f" 27SRCREV = "79c060eea3eea1257797f15ea1608a9a9923aa6f"
28SRC_URI = "git://www.bearssl.org/git/BearSSL;protocol=https;branch=master \ 28SRC_URI = "git://www.bearssl.org/git/BearSSL;protocol=https;branch=master \
29 file://0002-test-test_x509.c-fix-potential-overflow-issue.patch \ 29 file://0002-test-test_x509.c-fix-potential-overflow-issue.patch \
diff --git a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
index 8e164708ed..5b784d9a04 100644
--- a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
+++ b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only & PD"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001"
6DEPENDS = "glib-2.0" 6DEPENDS = "glib-2.0"
7SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" 7SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09"
8PV = "1.3.0+git${SRCPV}" 8PV = "1.3.0+git"
9 9
10SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;branch=master \ 10SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;branch=master \
11 file://0001-bluepy-Fix-username-issue-with-tarballs.patch \ 11 file://0001-bluepy-Fix-username-issue-with-tarballs.patch \
diff --git a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
index 720228dc14..71e5a8d43b 100644
--- a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
+++ b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=87109e44b2fda96a8991f27684a7349c \
12 " 12 "
13DEPENDS = "autoconf-archive dbus readline avahi jsoncpp boost libnetfilter-queue" 13DEPENDS = "autoconf-archive dbus readline avahi jsoncpp boost libnetfilter-queue"
14SRCREV = "ad6822257ffddbac295db97186e4ab449a2ed32a" 14SRCREV = "ad6822257ffddbac295db97186e4ab449a2ed32a"
15PV = "0.3.0+git${SRCPV}" 15PV = "0.3.0+git"
16 16
17SRC_URI = "gitsm://github.com/openthread/ot-br-posix.git;protocol=https;branch=main \ 17SRC_URI = "gitsm://github.com/openthread/ot-br-posix.git;protocol=https;branch=main \
18 file://0001-otbr-agent.service.in-remove-pre-exec-hook-for-mdns-.patch \ 18 file://0001-otbr-agent.service.in-remove-pre-exec-hook-for-mdns-.patch \
diff --git a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
index 18703d6c4d..1583a3f837 100644
--- a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
+++ b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
9 " 9 "
10DEPENDS = "readline" 10DEPENDS = "readline"
11SRCREV = "7dfde1f12923f03c9680be4d838b94b7a2320324" 11SRCREV = "7dfde1f12923f03c9680be4d838b94b7a2320324"
12PV = "0.1+git${SRCPV}" 12PV = "0.1+git"
13 13
14SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \ 14SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \
15 file://0001-bn_mul.h-fix-x86-PIC-inline-ASM-compilation-with-GCC.patch \ 15 file://0001-bn_mul.h-fix-x86-PIC-inline-ASM-compilation-with-GCC.patch \
diff --git a/meta-networking/recipes-connectivity/openthread/wpantund_git.bb b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb
index ebb3fc3c1c..b75d686e58 100644
--- a/meta-networking/recipes-connectivity/openthread/wpantund_git.bb
+++ b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7820bc7f7d1638a6b54fc2e8d7fb103 \
13 " 13 "
14DEPENDS = "autoconf-archive dbus readline boost" 14DEPENDS = "autoconf-archive dbus readline boost"
15SRCREV = "0fb1f57e4224e2df3e630e146702bfcf63fbf07a" 15SRCREV = "0fb1f57e4224e2df3e630e146702bfcf63fbf07a"
16PV = "0.07.01+git${SRCPV}" 16PV = "0.07.01+git"
17 17
18SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https;branch=master \ 18SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https;branch=master \
19 " 19 "
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
index 79e1743fdf..871df69909 100644
--- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb
+++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "libubox"
8SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master" 8SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master"
9 9
10SRCREV = "f646ba40489371e69f624f2dee2fc4e19ceec00e" 10SRCREV = "f646ba40489371e69f624f2dee2fc4e19ceec00e"
11PV = "0.0.1+git${SRCPV}" 11PV = "0.0.1+git"
12 12
13UPSTREAM_CHECK_COMMITS = "1" 13UPSTREAM_CHECK_COMMITS = "1"
14 14