From 65efd6873526abbd1138b64bff941dc5f517fa41 Mon Sep 17 00:00:00 2001 From: "schitrod=cisco.com@lists.openembedded.org" Date: Tue, 30 May 2023 21:19:01 -0700 Subject: gnulib: Update recipe name to 2018-12-18 As per gnulib_2018-03-07 recipe information, SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" This revision was committed on "2018-12-18". There is a discrepancy between SRCREV and the recipe version. Which reports "CVE-2018-17942" as unpatched. To report "CVE-2018-17942" as patched, We need to align a recipe name with SRCREV commit date. Signed-off-by: Sanjay Chitroda Signed-off-by: Khem Raj (cherry picked from commit 9edbe7033cc41f4a49f74717cd3146b52588ce22) Signed-off-by: Sanjay Chitroda Signed-off-by: Armin Kuster --- .../recipes-support/gnulib/gnulib_2018-03-07.03.bb | 40 ---------------------- .../recipes-support/gnulib/gnulib_2018-12-18.bb | 40 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb create mode 100644 meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb deleted file mode 100644 index ac46b5676c..0000000000 --- a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb +++ /dev/null @@ -1,40 +0,0 @@ -SUMMARY = "The GNU portability library" -DESCRIPTION = "A collection of software subroutines which are designed to \ -be usable on many operating systems. The goal of the project \ -is to make it easy for free software authors to make their \ -software run on many operating systems. Since source is designed \ -to be copied from gnulib, it is not a library per-se, as much \ -as a collection of portable idioms to be used in other projects." - -HOMEPAGE = "http://www.gnu.org/software/gnulib/" -SECTION = "devel" -LICENSE = "LGPLv2+" - -LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" -SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" - -SRC_URI = "git://git.sv.gnu.org/gnulib.git;branch=master \ -" - -S = "${WORKDIR}/git" - -inherit utils - -do_install () { - cd ${S} - check_git_config - git checkout master - git clone ${S} ${D}/${datadir}/gnulib -} - -do_patch[noexec] = "1" -do_configure[noexec] = "1" -do_compile[noexec] = "1" -do_package[noexec] = "1" -do_packagedata[noexec] = "1" -deltask package_write_ipk -deltask package_write_deb -deltask package_write_rpm -deltask do_deploy_archives - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb new file mode 100644 index 0000000000..ac46b5676c --- /dev/null +++ b/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb @@ -0,0 +1,40 @@ +SUMMARY = "The GNU portability library" +DESCRIPTION = "A collection of software subroutines which are designed to \ +be usable on many operating systems. The goal of the project \ +is to make it easy for free software authors to make their \ +software run on many operating systems. Since source is designed \ +to be copied from gnulib, it is not a library per-se, as much \ +as a collection of portable idioms to be used in other projects." + +HOMEPAGE = "http://www.gnu.org/software/gnulib/" +SECTION = "devel" +LICENSE = "LGPLv2+" + +LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" +SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" + +SRC_URI = "git://git.sv.gnu.org/gnulib.git;branch=master \ +" + +S = "${WORKDIR}/git" + +inherit utils + +do_install () { + cd ${S} + check_git_config + git checkout master + git clone ${S} ${D}/${datadir}/gnulib +} + +do_patch[noexec] = "1" +do_configure[noexec] = "1" +do_compile[noexec] = "1" +do_package[noexec] = "1" +do_packagedata[noexec] = "1" +deltask package_write_ipk +deltask package_write_deb +deltask package_write_rpm +deltask do_deploy_archives + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf