diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-19 17:37:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-19 21:29:47 +0000 |
commit | f0d28a46b06427bf0f3cabff32f0dc5c6f1c876b (patch) | |
tree | 035835588234bda56d55cd6b4caae7348ecc8e7a /meta/recipes-core | |
parent | 282dc2fd840a3220fd91ca5a26c14bfe6e0c27e3 (diff) | |
download | openembedded-core-f0d28a46b06427bf0f3cabff32f0dc5c6f1c876b.tar.gz openembedded-core-f0d28a46b06427bf0f3cabff32f0dc5c6f1c876b.tar.bz2 openembedded-core-f0d28a46b06427bf0f3cabff32f0dc5c6f1c876b.zip |
ncurses: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses_6.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.0.bb b/meta/recipes-core/ncurses/ncurses_6.0.bb index 8587287542..e877d67e60 100644 --- a/meta/recipes-core/ncurses/ncurses_6.0.bb +++ b/meta/recipes-core/ncurses/ncurses_6.0.bb @@ -9,3 +9,4 @@ SRC_URI += "file://tic-hang.patch \ SRCREV = "c6b034b4d69f8c9092c2a1b5d5bb718282b2a522" S = "${WORKDIR}/git" EXTRA_OECONF += "--with-abi-version=5" +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" |