From 3f9b9f8055ac3a6746f242a35b592a0958cc2539 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Dec 2025 17:55:21 +0800 Subject: libbytesize: upgrade 2.11 -> 2.12 Changelog: ========== - packit: Bump release only for daily Copr builds - tests: Split locale tests into multiple test cases - misc: Separate Ansible tasks into a different file - misc: Add build and test dependecies for CentOS - misc: Use --break-system-packages for pip on Debian - misc: Do not use "with_items" when installing packages - HACKING: Update directions for updating documentation - Fix compilation with C23 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libbytesize/libbytesize_2.11.bb | 28 ---------------------- .../libbytesize/libbytesize_2.12.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb create mode 100644 meta-oe/recipes-support/libbytesize/libbytesize_2.12.bb diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb deleted file mode 100644 index ef2a6c76fb..0000000000 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "The goal of this project is to provide a tiny library that would \ -facilitate the common operations with sizes in bytes." -HOMEPAGE = "https://github.com/rhinstaller/libbytesize" -LICENSE = "LGPL-2.0-or-later" -SECTION = "devel/lib" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" - - -SRCREV = "9da72b2732508b0ba0ceed27f5e50bc276ef31f2" -SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" - -inherit gettext autotools pkgconfig python3native - -DEPENDS += " \ - libpcre2 \ - gmp \ - mpfr \ - gettext-native \ -" - -FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize" - -PACKAGECONFIG ??= "python3" -PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" - -EXTRA_OECONF = "--without-gtk-doc" -EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.12.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.12.bb new file mode 100644 index 0000000000..e9a48f941c --- /dev/null +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.12.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "The goal of this project is to provide a tiny library that would \ +facilitate the common operations with sizes in bytes." +HOMEPAGE = "https://github.com/rhinstaller/libbytesize" +LICENSE = "LGPL-2.0-or-later" +SECTION = "devel/lib" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" + + +SRCREV = "518fd4a0a863e896675a7f5ef0164a36eb4d7b03" +SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https;tag=${PV}" + +inherit gettext autotools pkgconfig python3native + +DEPENDS += " \ + libpcre2 \ + gmp \ + mpfr \ + gettext-native \ +" + +FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize" + +PACKAGECONFIG ??= "python3" +PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" + +EXTRA_OECONF = "--without-gtk-doc" +EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" -- cgit v1.2.3-54-g00ecf