diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-06-09 18:28:46 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-09 07:26:34 -0700 |
| commit | 7045a97518d4db4c355449681521b3bf89e30267 (patch) | |
| tree | 7865324b0adf86fac6fdfe52121aad46ffff98fa | |
| parent | 6996d9e72d4681e3b05ab3fcd0f35323f3e413c7 (diff) | |
| download | meta-openembedded-7045a97518d4db4c355449681521b3bf89e30267.tar.gz | |
fastfetch: upgrade 2.64.0 -> 2.64.2
Features: =========
- Adds a CMake option -DPACKAGES_REMOVE_DISABLED to remove detection code of
disabled packages (-DPACKAGES_DISABLE_<PACKAGE_NAME>) for slightly smaller
binary size (Packages)
Bugfixes: =========
- Fixes compatibility issues with Lua 5.3
- Avoid possible infinite recursion in encode_json when encoding deeply nested
tables or circular references
- Fixes compilation issues when building with old macOS SDKs
- Fixes image rendering being wiped quickly (#2374)
- Fixes ASCII logo being overwritten in --dynamic-interval mode
- Internal fixes
Logos: =======
- Updates OpenWrt and adds a small variant
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb (renamed from meta-oe/recipes-support/fastfetch/fastfetch_2.64.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.64.0.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb index 951aa50ce4..8a953508eb 100644 --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.64.0.bb +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" | |||
| 11 | DEPENDS = "yyjson" | 11 | DEPENDS = "yyjson" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}" | 13 | SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}" |
| 14 | SRCREV = "d48bd733f062f374c382d67b59023c08925b0f40" | 14 | SRCREV = "636471c3669201b37fca587e2882eaf3c7062aeb" |
| 15 | 15 | ||
| 16 | inherit cmake pkgconfig | 16 | inherit cmake pkgconfig |
| 17 | 17 | ||
