diff options
-rw-r--r-- | meta-oe/recipes-support/poco/poco_1.9.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.9.4.bb b/meta-oe/recipes-support/poco/poco_1.9.4.bb index f1dabcd012..fcd5219759 100644 --- a/meta-oe/recipes-support/poco/poco_1.9.4.bb +++ b/meta-oe/recipes-support/poco/poco_1.9.4.bb | |||
@@ -16,6 +16,8 @@ SRC_URI = " \ | |||
16 | " | 16 | " |
17 | SRCREV = "b95393dcc3640807838e8323b4e600e54d2e8116" | 17 | SRCREV = "b95393dcc3640807838e8323b4e600e54d2e8116" |
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" | ||
20 | |||
19 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
20 | 22 | ||
21 | inherit cmake ptest | 23 | inherit cmake ptest |