[oe-commits] [openembedded-core] 85/116: ncurses: update to revision 20160213

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:30:11 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2efb09e7d8876d8b834d24a6a69591d357e67d1a
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Wed Feb 24 17:27:46 2016 +0200

    ncurses: update to revision 20160213
    
    Also, put the revision into PV, so that a meaningful upstream version
    check can be performed.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/ncurses/{ncurses-6.0 => files}/config.cache       | 0
 meta/recipes-core/ncurses/{ncurses-6.0 => files}/tic-hang.patch     | 0
 .../ncurses/{ncurses_6.0.bb => ncurses_6.0+20160213.bb}             | 6 ++----
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-core/ncurses/ncurses-6.0/config.cache b/meta/recipes-core/ncurses/files/config.cache
similarity index 100%
rename from meta/recipes-core/ncurses/ncurses-6.0/config.cache
rename to meta/recipes-core/ncurses/files/config.cache
diff --git a/meta/recipes-core/ncurses/ncurses-6.0/tic-hang.patch b/meta/recipes-core/ncurses/files/tic-hang.patch
similarity index 100%
rename from meta/recipes-core/ncurses/ncurses-6.0/tic-hang.patch
rename to meta/recipes-core/ncurses/files/tic-hang.patch
diff --git a/meta/recipes-core/ncurses/ncurses_6.0.bb b/meta/recipes-core/ncurses/ncurses_6.0+20160213.bb
similarity index 62%
rename from meta/recipes-core/ncurses/ncurses_6.0.bb
rename to meta/recipes-core/ncurses/ncurses_6.0+20160213.bb
index e877d67..0d56481 100644
--- a/meta/recipes-core/ncurses/ncurses_6.0.bb
+++ b/meta/recipes-core/ncurses/ncurses_6.0+20160213.bb
@@ -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+)*)"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list