From: Ross Burton Date: Thu, 30 Jun 2022 10:39:54 +0000 (+0100) Subject: ncurses: use GitHub mirror, not Debian's packaging X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3735 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c53e0dfb2d41ab2c933764ecd5a56c5f43bf8eb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ncurses: use GitHub mirror, not Debian's packaging The GitHub mirror of ncurses is updated daily, whereas the Debian packaging repository is only updated when they do an upgrade. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 1abcfae1fef..367f3b19f48 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -13,7 +13,7 @@ BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config \ inherit autotools binconfig-disabled multilib_header pkgconfig # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ -SRC_URI = "git://salsa.debian.org/debian/ncurses.git;protocol=https;branch=master" +SRC_URI = "git://github.com/mirror/ncurses.git;protocol=https;branch=master" EXTRA_AUTORECONF = "-I m4" diff --git a/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb b/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb index 6cd143774c8..1c46e79b308 100644 --- a/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb +++ b/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb @@ -5,7 +5,7 @@ SRC_URI += "file://0001-tic-hang.patch \ file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \ " # commit id corresponds to the revision in package version -SRCREV = "23b32732ccd779bae8731f2d4a611bfcae45974e" +SRCREV = "20db1fb41ec91cd8a1f528e770362092c5403378" S = "${WORKDIR}/git" EXTRA_OECONF += "--with-abi-version=5" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)$"