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 | |
| 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')
17 files changed, 17 insertions, 17 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 | ||
diff --git a/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb b/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb index 19bd32ccd4..d075ec4788 100644 --- a/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb +++ b/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | |||
| 9 | DEPENDS = "libnfnetlink" | 9 | DEPENDS = "libnfnetlink" |
| 10 | PROVIDES = "ulogd" | 10 | PROVIDES = "ulogd" |
| 11 | 11 | ||
| 12 | PV .= "+git${SRCPV}" | 12 | PV .= "+git" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://git.netfilter.org/ulogd2;branch=master \ | 14 | SRC_URI = "git://git.netfilter.org/ulogd2;branch=master \ |
| 15 | file://ulogd.init \ | 15 | file://ulogd.init \ |
diff --git a/meta-networking/recipes-protocols/openflow/openflow_git.bb b/meta-networking/recipes-protocols/openflow/openflow_git.bb index 1ac5dd4105..f39888e8f1 100644 --- a/meta-networking/recipes-protocols/openflow/openflow_git.bb +++ b/meta-networking/recipes-protocols/openflow/openflow_git.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | include ${BPN}.inc | 1 | include ${BPN}.inc |
| 2 | 2 | ||
| 3 | SRCREV = "c84f33f09d5dbcfc9b489f64cb30475bf36f653a" | 3 | SRCREV = "c84f33f09d5dbcfc9b489f64cb30475bf36f653a" |
| 4 | PV = "1.0+git${SRCPV}" | 4 | PV = "1.0+git" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch \ | 6 | SRC_URI += "file://0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch \ |
| 7 | file://0002-lib-netdev-Adjust-header-include-sequence.patch \ | 7 | file://0002-lib-netdev-Adjust-header-include-sequence.patch \ |
diff --git a/meta-networking/recipes-protocols/openlldp/openlldp_1.1.0.bb b/meta-networking/recipes-protocols/openlldp/openlldp_1.1.0.bb index 812f4fbcf0..71d738ddc1 100644 --- a/meta-networking/recipes-protocols/openlldp/openlldp_1.1.0.bb +++ b/meta-networking/recipes-protocols/openlldp/openlldp_1.1.0.bb | |||
| @@ -13,7 +13,7 @@ inherit ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} | |||
| 13 | DEPENDS = "libnl libconfig readline" | 13 | DEPENDS = "libnl libconfig readline" |
| 14 | 14 | ||
| 15 | SRCREV = "85e55837a81d710e5baa7da47f7ed0d205c8ede5" | 15 | SRCREV = "85e55837a81d710e5baa7da47f7ed0d205c8ede5" |
| 16 | PV .= "+git${SRCPV}" | 16 | PV .= "+git" |
| 17 | SRC_URI = "git://github.com/intel/openlldp.git;protocol=https;branch=branch-1.1 \ | 17 | SRC_URI = "git://github.com/intel/openlldp.git;protocol=https;branch=branch-1.1 \ |
| 18 | file://0001-Fix-musl-libc-build-issue.patch \ | 18 | file://0001-Fix-musl-libc-build-issue.patch \ |
| 19 | file://0001-autotools-Add-include-path-to-generated-version.h.patch \ | 19 | file://0001-autotools-Add-include-path-to-generated-version.h.patch \ |
diff --git a/meta-networking/recipes-support/arptables/arptables_git.bb b/meta-networking/recipes-support/arptables/arptables_git.bb index 898b69682d..949794bf30 100644 --- a/meta-networking/recipes-support/arptables/arptables_git.bb +++ b/meta-networking/recipes-support/arptables/arptables_git.bb | |||
| @@ -3,7 +3,7 @@ SECTION = "net" | |||
| 3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
| 5 | SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a" | 5 | SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a" |
| 6 | PV = "0.0.5+git${SRCPV}" | 6 | PV = "0.0.5+git" |
| 7 | 7 | ||
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 9 | git://git.netfilter.org/arptables;branch=master \ | 9 | git://git.netfilter.org/arptables;branch=master \ |
diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta-networking/recipes-support/celt051/celt051_git.bb index 62682cfce3..4842a0fbdf 100644 --- a/meta-networking/recipes-support/celt051/celt051_git.bb +++ b/meta-networking/recipes-support/celt051/celt051_git.bb | |||
| @@ -12,7 +12,7 @@ like Speex, GSM, or G.729." | |||
| 12 | LICENSE = "BSD-2-Clause" | 12 | LICENSE = "BSD-2-Clause" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2" |
| 14 | 14 | ||
| 15 | PV = "0.5.1.3+git${SRCPV}" | 15 | PV = "0.5.1.3+git" |
| 16 | 16 | ||
| 17 | SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" | 17 | SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f" |
| 18 | 18 | ||
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb index 4a9d2f54d9..3f945eeeee 100644 --- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb +++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 10 | 10 | ||
| 11 | SRCREV = "05b50d379ff0037de4957bb2a1befcce88b70225" | 11 | SRCREV = "05b50d379ff0037de4957bb2a1befcce88b70225" |
| 12 | 12 | ||
| 13 | PV .= "+git${SRCPV}" | 13 | PV .= "+git" |
| 14 | LK_REL = "1.0.19" | 14 | LK_REL = "1.0.19" |
| 15 | 15 | ||
| 16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index baaff1f219..f0b7e9184e 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "flex-native bison-native libnl python" | 8 | DEPENDS = "flex-native bison-native libnl python" |
| 9 | 9 | ||
| 10 | PV = "0.3.1+git${SRCPV}" | 10 | PV = "0.3.1+git" |
| 11 | SRC_URI = "git://github.com/linux-wpan/lowpan-tools;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/linux-wpan/lowpan-tools;branch=master;protocol=https \ |
| 12 | file://no-help2man.patch \ | 12 | file://no-help2man.patch \ |
| 13 | file://0001-Fix-build-errors-with-clang.patch \ | 13 | file://0001-Fix-build-errors-with-clang.patch \ |
diff --git a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb index f60bb9f104..59ce3e9991 100644 --- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb +++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "LGPL-2.1-only" | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" |
| 8 | 8 | ||
| 9 | SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4" | 9 | SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4" |
| 10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https;branch=master \ | 12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https;branch=master \ |
| 13 | " | 13 | " |
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index 4074f0cd07..6e459eeeb4 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.netperf.org/" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e661ab33a2a71ad6652c178dedf8aaa2" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e661ab33a2a71ad6652c178dedf8aaa2" |
| 7 | 7 | ||
| 8 | PV = "2.7.0+git${SRCPV}" | 8 | PV = "2.7.0+git" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/HewlettPackard/netperf.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/HewlettPackard/netperf.git;branch=master;protocol=https \ |
| 11 | file://cpu_set.patch \ | 11 | file://cpu_set.patch \ |
diff --git a/meta-networking/recipes-support/ntimed/ntimed_git.bb b/meta-networking/recipes-support/ntimed/ntimed_git.bb index 9badfd75d1..955c03f42d 100644 --- a/meta-networking/recipes-support/ntimed/ntimed_git.bb +++ b/meta-networking/recipes-support/ntimed/ntimed_git.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://main.c;beginline=2;endline=24;md5=89db8e76f2951f3fad1 | |||
| 11 | SRC_URI = "git://github.com/bsdphk/Ntimed;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/bsdphk/Ntimed;branch=master;protocol=https \ |
| 12 | file://use-ldflags.patch" | 12 | file://use-ldflags.patch" |
| 13 | 13 | ||
| 14 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git" |
| 15 | SRCREV = "db0abbb4c80f2ecef6bc5d9639bca5bea28532a2" | 15 | SRCREV = "db0abbb4c80f2ecef6bc5d9639bca5bea28532a2" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/phytool/phytool.bb b/meta-networking/recipes-support/phytool/phytool.bb index c2c4335910..b918e50c68 100644 --- a/meta-networking/recipes-support/phytool/phytool.bb +++ b/meta-networking/recipes-support/phytool/phytool.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "PHY interface tool for Linux" | |||
| 2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" |
| 4 | 4 | ||
| 5 | PV = "2+git${SRCPV}" | 5 | PV = "2+git" |
| 6 | SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c" | 6 | SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c" |
| 7 | SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https" |
| 8 | 8 | ||
