From 55a6d96e6ae33dc30828f2c5b84d573d13729e2f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 8 Mar 2024 01:32:35 -0800 Subject: [PATCH] gnulib: 2018-12-18 -> 202401 Change version format to keep align with upstream branch name stable-${PV}. Signed-off-by: Robert Yang Signed-off-by: Khem Raj --- .../gnulib/{gnulib_2018-12-18.bb => gnulib_202401.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/gnulib/{gnulib_2018-12-18.bb => gnulib_202401.bb} (88%) diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb b/meta-oe/recipes-support/gnulib/gnulib_202401.bb similarity index 88% rename from meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb rename to meta-oe/recipes-support/gnulib/gnulib_202401.bb index 9e09b971c9..41675d3587 100644 --- a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb +++ b/meta-oe/recipes-support/gnulib/gnulib_202401.bb @@ -11,9 +11,9 @@ SECTION = "devel" LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" -SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" +SRCREV = "c99c8d491850dc3a6e0b8604a2729d8bc5c0eff1" -SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=master;protocol=https \ +SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=stable-${PV};protocol=https \ " S = "${WORKDIR}/git"