| Message ID | 20260403101722.3656941-1-tafil@tafhub.de |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] fastfetch: upgrade 2.60.0 -> 2.61.0 | expand |
On Fri, Apr 3, 2026 at 3:18 AM Tafil Avdyli via lists.openembedded.org <tafil=tafhub.de@lists.openembedded.org> wrote: > The directx-headers dependency is no longer required and got removed > from CMakeLists.txt > > Full changelog: > https://github.com/fastfetch-cli/fastfetch/releases/tag/2.61.0 > > Signed-off-by: Tafil Avdyli <tafil@tafhub.de> > --- > .../fastfetch/{fastfetch_2.60.0.bb => fastfetch_2.61.0.bb} | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > rename meta-oe/recipes-support/fastfetch/{fastfetch_2.60.0.bb => > fastfetch_2.61.0.bb} (97%) > > diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb > b/meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb > similarity index 97% > rename from meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb > rename to meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb > index dbb999969b..e3394a7af5 100644 > --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb > +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb > @@ -11,13 +11,12 @@ LIC_FILES_CHKSUM = > "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" > DEPENDS = "yyjson" > > SRC_URI = "git:// > github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=dev;tag=${PV} > <http://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=dev;tag=$%7BPV%7D> > " > -SRCREV = "06ecc9c4805794ca8d632844e64950e82a6d5f7e" > +SRCREV = "e5d600600614f5496b02907a11a7bc80c369d266" > > inherit cmake pkgconfig > > EXTRA_OECMAKE += "\ > -DENABLE_SYSTEM_YYJSON=ON \ > - -DENABLE_DIRECTX_HEADERS=OFF \ > There was another patch proposed earlier for upgrade. However I have rebased this one on top of that and taken the above change separately. > " > > PACKAGECONFIG ??= "\ > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#125984): > https://lists.openembedded.org/g/openembedded-devel/message/125984 > Mute This Topic: https://lists.openembedded.org/mt/118647414/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb similarity index 97% rename from meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb rename to meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb index dbb999969b..e3394a7af5 100644 --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb @@ -11,13 +11,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" DEPENDS = "yyjson" SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=dev;tag=${PV}" -SRCREV = "06ecc9c4805794ca8d632844e64950e82a6d5f7e" +SRCREV = "e5d600600614f5496b02907a11a7bc80c369d266" inherit cmake pkgconfig EXTRA_OECMAKE += "\ -DENABLE_SYSTEM_YYJSON=ON \ - -DENABLE_DIRECTX_HEADERS=OFF \ " PACKAGECONFIG ??= "\
The directx-headers dependency is no longer required and got removed from CMakeLists.txt Full changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.61.0 Signed-off-by: Tafil Avdyli <tafil@tafhub.de> --- .../fastfetch/{fastfetch_2.60.0.bb => fastfetch_2.61.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/fastfetch/{fastfetch_2.60.0.bb => fastfetch_2.61.0.bb} (97%)