diff options
-rw-r--r-- | meta-oe/recipes-support/pv/pv_1.6.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pv/pv_1.6.20.bb b/meta-oe/recipes-support/pv/pv_1.6.20.bb index 6a739af927..ac26ef9365 100644 --- a/meta-oe/recipes-support/pv/pv_1.6.20.bb +++ b/meta-oe/recipes-support/pv/pv_1.6.20.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "https://www.ivarch.com/programs/sources/${BP}.tar.bz2 \ | |||
11 | SRC_URI[sha256sum] = "e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603" | 11 | SRC_URI[sha256sum] = "e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603" |
12 | 12 | ||
13 | UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" | 13 | UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" |
14 | UPSTREAM_CHECK_REGEX = "pv-(?P<pver>\d+(\.\d+)+).tar.bz2" | 14 | UPSTREAM_CHECK_REGEX = "pv-(?P<pver>\d+(\.\d+)+).tar" |
15 | 15 | ||
16 | inherit autotools ptest | 16 | inherit autotools ptest |
17 | 17 | ||