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/openthread | |
| 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/openthread')
3 files changed, 3 insertions, 3 deletions
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 | " |
