From b45c1366570cbad763e0686f40f6d45bc8ffe060 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 10 Sep 2025 17:16:23 +0800 Subject: libxfixes: upgrade 6.0.1 -> 6.0.2 (From OE-Core rev: 345c05d5e7d1e34702b52345673e30d07f829746) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb | 21 --------------------- meta/recipes-graphics/xorg-lib/libxfixes_6.0.2.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxfixes_6.0.2.bb diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb deleted file mode 100644 index 28df7bb805..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "XFixes: X Fixes extension library" - -DESCRIPTION = "X applications have often needed to work around various \ -shortcomings in the core X window system. This extension is designed to \ -provide the minimal server-side support necessary to eliminate problems \ -caused by these workarounds." - -require xorg-lib-common.inc -SRC_URI[sha256sum] = "b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=a5a9755c8921cc7dc08a5cfe4267d0ff" - -DEPENDS += "virtual/libx11 xorgproto" - -PE = "1" - -XORG_PN = "libXfixes" -XORG_EXT = "tar.xz" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_6.0.2.bb b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.2.bb new file mode 100644 index 0000000000..513e85ab9d --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.2.bb @@ -0,0 +1,21 @@ +SUMMARY = "XFixes: X Fixes extension library" + +DESCRIPTION = "X applications have often needed to work around various \ +shortcomings in the core X window system. This extension is designed to \ +provide the minimal server-side support necessary to eliminate problems \ +caused by these workarounds." + +require xorg-lib-common.inc +SRC_URI[sha256sum] = "39f115d72d9c5f8111e4684164d3d68cc1fd21f9b27ff2401b08fddfc0f409ba" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=a5a9755c8921cc7dc08a5cfe4267d0ff" + +DEPENDS += "virtual/libx11 xorgproto" + +PE = "1" + +XORG_PN = "libXfixes" +XORG_EXT = "tar.xz" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf