mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
@@ -3,7 +3,7 @@ SECTION = "net"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a"
|
||||
PV = "0.0.5+git${SRCPV}"
|
||||
PV = "0.0.5+git"
|
||||
|
||||
SRC_URI = " \
|
||||
git://git.netfilter.org/arptables;branch=master \
|
||||
|
||||
@@ -12,7 +12,7 @@ like Speex, GSM, or G.729."
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2"
|
||||
|
||||
PV = "0.5.1.3+git${SRCPV}"
|
||||
PV = "0.5.1.3+git"
|
||||
|
||||
SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
SRCREV = "05b50d379ff0037de4957bb2a1befcce88b70225"
|
||||
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
LK_REL = "1.0.19"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
DEPENDS = "flex-native bison-native libnl python"
|
||||
|
||||
PV = "0.3.1+git${SRCPV}"
|
||||
PV = "0.3.1+git"
|
||||
SRC_URI = "git://github.com/linux-wpan/lowpan-tools;branch=master;protocol=https \
|
||||
file://no-help2man.patch \
|
||||
file://0001-Fix-build-errors-with-clang.patch \
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f"
|
||||
|
||||
SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4"
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
|
||||
SRC_URI = "git://pagure.io/netcf.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.netperf.org/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e661ab33a2a71ad6652c178dedf8aaa2"
|
||||
|
||||
PV = "2.7.0+git${SRCPV}"
|
||||
PV = "2.7.0+git"
|
||||
|
||||
SRC_URI = "git://github.com/HewlettPackard/netperf.git;branch=master;protocol=https \
|
||||
file://cpu_set.patch \
|
||||
|
||||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://main.c;beginline=2;endline=24;md5=89db8e76f2951f3fad1
|
||||
SRC_URI = "git://github.com/bsdphk/Ntimed;branch=master;protocol=https \
|
||||
file://use-ldflags.patch"
|
||||
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PV = "0.0+git"
|
||||
SRCREV = "db0abbb4c80f2ecef6bc5d9639bca5bea28532a2"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "PHY interface tool for Linux"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
|
||||
|
||||
PV = "2+git${SRCPV}"
|
||||
PV = "2+git"
|
||||
SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c"
|
||||
SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user