mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
version-check.conf: add CHECK_VERSION_PV for pn-netperf
For netperf, current PV is 2.7.0+git, and the SRCREV is newer than 2.7.0, and there is no tag 2.7.1, the latest tag is in 2015, refer [1], so it is not possile for us to make PV align with the runtime version below by update SRCREV now, add CHECK_VERSION_PV for pn-netperf to mute the version mismatch waring $netserver -V Netperf version 2.7.1 [1] https://github.com/HewlettPackard/netperf Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
883d5636f4
commit
e3b7463fc1
|
|
@ -20,3 +20,4 @@ CHECK_VERSION_PV:pn-iozone3 = "3.${PV}"
|
|||
CHECK_VERSION_PV:pn-can-utils = "%"
|
||||
CHECK_VERSION_PV:pn-luajit = "${PV}.%"
|
||||
CHECK_VERSION_PV:pn-sg3-utils = "%"
|
||||
CHECK_VERSION_PV:pn-netperf = "2.7.%"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user