From 55a6d96e6ae33dc30828f2c5b84d573d13729e2f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 8 Mar 2024 01:32:35 -0800 Subject: 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 --- .../recipes-support/gnulib/gnulib_2018-12-18.bb | 37 ---------------------- meta-oe/recipes-support/gnulib/gnulib_202401.bb | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb create mode 100644 meta-oe/recipes-support/gnulib/gnulib_202401.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb deleted file mode 100644 index 9e09b971c..000000000 --- a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb +++ /dev/null @@ -1,37 +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 = "LGPL-2.0-or-later" - -LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" -SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" - -SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=master;protocol=https \ -" - -S = "${WORKDIR}/git" - -do_install () { - install -d ${D}/${datadir}/gnulib - cp --no-preserve=ownership --recursive ${S}/* ${D}/${datadir}/gnulib/ - cp --no-preserve=ownership --recursive ${S}/.git ${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_202401.bb b/meta-oe/recipes-support/gnulib/gnulib_202401.bb new file mode 100644 index 000000000..41675d358 --- /dev/null +++ b/meta-oe/recipes-support/gnulib/gnulib_202401.bb @@ -0,0 +1,37 @@ +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 = "LGPL-2.0-or-later" + +LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" +SRCREV = "c99c8d491850dc3a6e0b8604a2729d8bc5c0eff1" + +SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=stable-${PV};protocol=https \ +" + +S = "${WORKDIR}/git" + +do_install () { + install -d ${D}/${datadir}/gnulib + cp --no-preserve=ownership --recursive ${S}/* ${D}/${datadir}/gnulib/ + cp --no-preserve=ownership --recursive ${S}/.git ${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