diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-02-06 14:13:08 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:12 -0800 |
| commit | 21f956598ddb1bb08855fbc9a3293acf957154d1 (patch) | |
| tree | 81f729e5b1f24baa159334f289c2eb15968a4fc6 /meta-networking/recipes-connectivity | |
| parent | e3489d11504b4ccbd8f7cb3e24c3b9477cf744b7 (diff) | |
| download | meta-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')
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 | |||
| 23 | LICENSE = "MIT" | 23 | LICENSE = "MIT" |
| 24 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fc37e1037ae673975fbcb96a98f7191" | 24 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fc37e1037ae673975fbcb96a98f7191" |
| 25 | 25 | ||
| 26 | PV .= "+git${SRCPV}" | 26 | PV .= "+git" |
| 27 | SRCREV = "79c060eea3eea1257797f15ea1608a9a9923aa6f" | 27 | SRCREV = "79c060eea3eea1257797f15ea1608a9a9923aa6f" |
| 28 | SRC_URI = "git://www.bearssl.org/git/BearSSL;protocol=https;branch=master \ | 28 | SRC_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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001" |
| 6 | DEPENDS = "glib-2.0" | 6 | DEPENDS = "glib-2.0" |
| 7 | SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" | 7 | SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" |
| 8 | PV = "1.3.0+git${SRCPV}" | 8 | PV = "1.3.0+git" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;branch=master \ | 10 | SRC_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 | " |
| 13 | DEPENDS = "autoconf-archive dbus readline avahi jsoncpp boost libnetfilter-queue" | 13 | DEPENDS = "autoconf-archive dbus readline avahi jsoncpp boost libnetfilter-queue" |
| 14 | SRCREV = "ad6822257ffddbac295db97186e4ab449a2ed32a" | 14 | SRCREV = "ad6822257ffddbac295db97186e4ab449a2ed32a" |
| 15 | PV = "0.3.0+git${SRCPV}" | 15 | PV = "0.3.0+git" |
| 16 | 16 | ||
| 17 | SRC_URI = "gitsm://github.com/openthread/ot-br-posix.git;protocol=https;branch=main \ | 17 | SRC_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 | " |
| 10 | DEPENDS = "readline" | 10 | DEPENDS = "readline" |
| 11 | SRCREV = "7dfde1f12923f03c9680be4d838b94b7a2320324" | 11 | SRCREV = "7dfde1f12923f03c9680be4d838b94b7a2320324" |
| 12 | PV = "0.1+git${SRCPV}" | 12 | PV = "0.1+git" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \ | 14 | SRC_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 | " |
| 14 | DEPENDS = "autoconf-archive dbus readline boost" | 14 | DEPENDS = "autoconf-archive dbus readline boost" |
| 15 | SRCREV = "0fb1f57e4224e2df3e630e146702bfcf63fbf07a" | 15 | SRCREV = "0fb1f57e4224e2df3e630e146702bfcf63fbf07a" |
| 16 | PV = "0.07.01+git${SRCPV}" | 16 | PV = "0.07.01+git" |
| 17 | 17 | ||
| 18 | SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https;branch=master \ | 18 | SRC_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" | |||
| 8 | SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master" | 8 | SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master" |
| 9 | 9 | ||
| 10 | SRCREV = "f646ba40489371e69f624f2dee2fc4e19ceec00e" | 10 | SRCREV = "f646ba40489371e69f624f2dee2fc4e19ceec00e" |
| 11 | PV = "0.0.1+git${SRCPV}" | 11 | PV = "0.0.1+git" |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_COMMITS = "1" | 13 | UPSTREAM_CHECK_COMMITS = "1" |
| 14 | 14 | ||
