From: Richard Purdie Date: Thu, 16 Mar 2023 13:48:17 +0000 (+0000) Subject: matchbox-terminal: Fix PV to match standard format X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b6f5e0d65cfa2410cb24b9a3ab47d181cf7a5e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git matchbox-terminal: Fix PV to match standard format Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb index 6b0bf8838b7..c45c2d170e4 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb @@ -12,7 +12,7 @@ SECTION = "x11/utils" SRCREV = "99e6eb7db1b5fef110973d96194eec992a2515a2" SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" -PV = "0.2git${SRCPV}" +PV = "0.2+git${SRCPV}" S = "${WORKDIR}/git"