diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-09 17:55:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-09 09:08:15 -0800 |
| commit | 3f9b9f8055ac3a6746f242a35b592a0958cc2539 (patch) | |
| tree | 2aa9303a3e18841f7a36691dd8ac5bb1f29ebdcc | |
| parent | 7055b4903ebb7e438d69c40501ebe190111a9dff (diff) | |
| download | meta-openembedded-3f9b9f8055ac3a6746f242a35b592a0958cc2539.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libbytesize/libbytesize_2.12.bb (renamed from meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.12.bb index ef2a6c76fb..e9a48f941c 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.12.bb | |||
| @@ -7,8 +7,8 @@ SECTION = "devel/lib" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | SRCREV = "9da72b2732508b0ba0ceed27f5e50bc276ef31f2" | 10 | SRCREV = "518fd4a0a863e896675a7f5ef0164a36eb4d7b03" |
| 11 | SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" | 11 | SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https;tag=${PV}" |
| 12 | 12 | ||
| 13 | inherit gettext autotools pkgconfig python3native | 13 | inherit gettext autotools pkgconfig python3native |
| 14 | 14 | ||
