diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-30 14:20:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-30 12:33:43 -0700 |
commit | ecf08df98de95ae37e66114ea4aacb1ba72719ce (patch) | |
tree | 0cfb8fd16f7ea60fe5adc0aba646ee2b9cec172c /meta-networking | |
parent | 7ddbea7a9454ebf5d2227bee7509ae111ffbaa15 (diff) | |
download | meta-openembedded-ecf08df98de95ae37e66114ea4aacb1ba72719ce.tar.gz |
netcf: add UPSTREAM_CHECK_GITTAGREGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/netcf/netcf_0.2.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 9a6f60ea2..a4a9c91c6 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}" | |||
12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https \ | 12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https \ |
13 | " | 13 | " |
14 | 14 | ||
15 | UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))" | ||
16 | |||
15 | DEPENDS += "augeas libnl libxslt libxml2 gnulib" | 17 | DEPENDS += "augeas libnl libxslt libxml2 gnulib" |
16 | 18 | ||
17 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |