diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-19 17:37:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:12 +0000 |
commit | 56e4ff6b0e1ce170c981a86893c3b37aaa877030 (patch) | |
tree | 64c4549a610c0967546065fafcb4a73efe0e27f9 /meta/recipes-extended/libsolv | |
parent | d46bc77a4e030e8b3ccf1ec6a1949761a492b5cc (diff) | |
download | poky-56e4ff6b0e1ce170c981a86893c3b37aaa877030.tar.gz |
libsolv: fix upstream version check
(From OE-Core rev: 282dc2fd840a3220fd91ca5a26c14bfe6e0c27e3)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libsolv')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb index 78a2d5186e..266d4b651c 100644 --- a/meta/recipes-extended/libsolv/libsolv_git.bb +++ b/meta/recipes-extended/libsolv/libsolv_git.bb | |||
@@ -11,6 +11,7 @@ PV = "0.6.14+git${SRCPV}" | |||
11 | 11 | ||
12 | SRC_URI = "git://github.com/openSUSE/libsolv.git" | 12 | SRC_URI = "git://github.com/openSUSE/libsolv.git" |
13 | SRCREV = "b1ea39233f86cd62fbab1964d7497244f6be0087" | 13 | SRCREV = "b1ea39233f86cd62fbab1964d7497244f6be0087" |
14 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | ||
14 | 15 | ||
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||