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-20 17:07:12 +0000 |
commit | 77aee2834ca6b512c797a235203b9190e95da264 (patch) | |
tree | 68db154dacacd588b1c17343ebb49b2b453c5200 /meta/recipes-core | |
parent | 56e4ff6b0e1ce170c981a86893c3b37aaa877030 (diff) | |
download | poky-77aee2834ca6b512c797a235203b9190e95da264.tar.gz |
ncurses: fix upstream version check
(From OE-Core rev: f0d28a46b06427bf0f3cabff32f0dc5c6f1c876b)
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 \ | |||
9 | SRCREV = "c6b034b4d69f8c9092c2a1b5d5bb718282b2a522" | 9 | SRCREV = "c6b034b4d69f8c9092c2a1b5d5bb718282b2a522" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | EXTRA_OECONF += "--with-abi-version=5" | 11 | EXTRA_OECONF += "--with-abi-version=5" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" | ||