| Message ID | 20260630092206.322-3-wangmy@fujitsu.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe,01/37] 7zip: upgrade 26.01 -> 26.02 | expand |
Hi, this update needs changes to packageconfig. drm-amdgpu got dropped and replaced by raw ioctl calls [1]. libva usage got split into two [2]: -PACKAGECONFIG[vaapi] = "-DENABLE_VA=ON,-DENABLE_VA=OFF,libva" +PACKAGECONFIG[va-drm] = "-DENABLE_VADRM=ON,-DENABLE_VADRM=OFF,libva" +PACKAGECONFIG[va-x11] = "-DENABLE_VAX11=ON,-DENABLE_VAX11=OFF,libva" Unsure if it is better to merge into one packageconfig feature: PACKAGECONFIG[libva] = "-DENABLE_VADRM=ON -DENABLE_VAX11=ON,-DENABLE_VADRM=OFF -DENABLE_VAX11=OFF,libva" Best regards Tafil [1]: https://github.com/fastfetch-cli/fastfetch/commit/55eb3c59d4d314d561b9bdc7226bf1ec1a5f9d5e [2]: https://github.com/fastfetch-cli/fastfetch/commit/eff0108bb542b40a72644d2c76e9c1898f05be3e On Tuesday, June 30, 2026 11:21 CEST, "wangmy via lists.openembedded.org" <wangmy=fujitsu.com@lists.openembedded.org> wrote: > From: Wang Mingyu <wangmy@fujitsu.com> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > --- > .../fastfetch/{fastfetch_2.64.2.bb => fastfetch_2.65.2.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-oe/recipes-support/fastfetch/{fastfetch_2.64.2.bb => fastfetch_2.65.2.bb} (98%) > > diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb > similarity index 98% > rename from meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb > rename to meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb > index 8a953508eb..cf1410a96d 100644 > --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb > +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb > @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" > DEPENDS = "yyjson" > > SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}" > -SRCREV = "636471c3669201b37fca587e2882eaf3c7062aeb" > +SRCREV = "0e90f3a7d4ac5a7857a968a6f52ea1205be5f404" > > inherit cmake pkgconfig > > -- > 2.43.0 >
diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb similarity index 98% rename from meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb rename to meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb index 8a953508eb..cf1410a96d 100644 --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.64.2.bb +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" DEPENDS = "yyjson" SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}" -SRCREV = "636471c3669201b37fca587e2882eaf3c7062aeb" +SRCREV = "0e90f3a7d4ac5a7857a968a6f52ea1205be5f404" inherit cmake pkgconfig