mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
ncurses: update to revision 20160213
Also, put the revision into PV, so that a meaningful upstream version check can be performed. (From OE-Core rev: 78064460a7087de5065f035633ea37a7f5b5cff6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dc42d309b3
commit
26a3d25a33
@@ -1,12 +1,10 @@
|
||||
require ncurses.inc
|
||||
|
||||
REVISION = "20151024"
|
||||
|
||||
SRC_URI += "file://tic-hang.patch \
|
||||
file://config.cache \
|
||||
"
|
||||
# commit id corresponds to the above listed REVISION
|
||||
SRCREV = "c6b034b4d69f8c9092c2a1b5d5bb718282b2a522"
|
||||
# commit id corresponds to the revision in package version
|
||||
SRCREV = "a25949ff653ac5ae7a204381a3ebfd800feeaa01"
|
||||
S = "${WORKDIR}/git"
|
||||
EXTRA_OECONF += "--with-abi-version=5"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"
|
||||
Reference in New Issue
Block a user