From f17d265e4503b13a7c70d9ef81f7ae8bfe37ff84 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Fri, 16 Aug 2024 12:55:54 +0300 Subject: [PATCH] python3-qface: update 2.0.4 -> 2.0.11 Required for latest qtinterfaceframework. Fixes build issue: "/home/qt/work/build/build/tmp/work/core2-64-poky-linux/qtinterfaceframework/6.5.7-r0/recipe-sysroot-native/usr/lib/python3.8/site-packages/qface/utils.py", line 22, in load_filters | exec(path.text(), ctx) | AttributeError: 'PosixPath' object has no attribute 'text'" Adjusted recipe path that differ between lts-6.5 & lts-6.2. Change-Id: I9a407553f7546344a49020b8ebf04540a73fbf0c Reviewed-by: Jani Heikkinen (cherry picked from commit 8eb975f21b89c0bf6d81bda6f53c39badadac34f) --- .../python/{python3-qface_2.0.4.bb => python3-qface_2.0.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-qface_2.0.4.bb => python3-qface_2.0.11.bb} (84%) diff --git a/recipes-devtools/python/python3-qface_2.0.4.bb b/recipes-devtools/python/python3-qface_2.0.11.bb similarity index 84% rename from recipes-devtools/python/python3-qface_2.0.4.bb rename to recipes-devtools/python/python3-qface_2.0.11.bb index 9da0575..a22e64a 100644 --- a/recipes-devtools/python/python3-qface_2.0.4.bb +++ b/recipes-devtools/python/python3-qface_2.0.11.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += "${DEPS}" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=eee61e10a40b0e3045ee5965bcd9a8b5" -SRC_URI[sha256sum] = "42b0a0d37ed77cf1a9994f5ed77e3a6138468241df1700667a9ab0b848d6ad57" +SRC_URI[sha256sum] = "b55c239f3ae7e23c5c8434f38901c5bcacb6afd17e88e37934b46e44558df295" BBCLASSEXTEND = "nativesdk native"