[oe] [meta-networking][PATCH 3/8] netcf: add UPSTREAM_CHECK_GITTAGREGEX

Yi Zhao yi.zhao at windriver.com
Wed May 30 06:20:55 UTC 2018


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-networking/recipes-support/netcf/netcf_0.2.8.bb | 2 ++
 1 file changed, 2 insertions(+)

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 9a6f60e..a4a9c91 100644
--- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
+++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
@@ -12,6 +12,8 @@ PV .= "+git${SRCPV}"
 SRC_URI = "git://pagure.io/netcf.git;protocol=https \
 "
 
+UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))"
+
 DEPENDS += "augeas libnl libxslt libxml2 gnulib"
 
 S = "${WORKDIR}/git"
-- 
2.7.4




More information about the Openembedded-devel mailing list