From: Changqing Li <[email protected]> bpftrace set the version by "git describe --dirty", since we have local patch for bpftrace, '-dirty' will be added into the version, set CHECK_VERSION_PV to mute the version mismatch warning
Signed-off-by: Changqing Li <[email protected]> --- meta-oe/conf/version-check.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf index d1a6cdf7a5..3ff0bccfd6 100644 --- a/meta-oe/conf/version-check.conf +++ b/meta-oe/conf/version-check.conf @@ -36,3 +36,4 @@ CHECK_VERSION_PV:pn-libusb-compat = "0.1.12" CHECK_VERSION_PV:pn-jemalloc = "${@d.getVar('PV').split('+')[0]}%" CHECK_VERSION_PV:pn-dialog = "${@d.getVar('PV').split('-')[0]}%" CHECK_VERSION_PV:pn-flite = '%' +CHECK_VERSION_PV:pn-bpftrace = '${PV}%' -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122275): https://lists.openembedded.org/g/openembedded-devel/message/122275 Mute This Topic: https://lists.openembedded.org/mt/116591367/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
