diff options
-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 9a6f60ea22..a4a9c91c6c 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" |