From 0a8719d5603b61ffae4f064ac1db11bca5983cde Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 15 Mar 2025 06:46:37 +0000 Subject: libsm: Upgrade 1.2.5 -> 1.2.6 (From OE-Core rev: b83dc6bded49108be2654864dfde1cdfc6dfbc84) Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb | 30 --------------------------- meta/recipes-graphics/xorg-lib/libsm_1.2.6.bb | 30 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb create mode 100644 meta/recipes-graphics/xorg-lib/libsm_1.2.6.bb diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb deleted file mode 100644 index 52cca2bcd7..0000000000 --- a/meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "SM: Session Management library" - -DESCRIPTION = "The Session Management Library (SMlib) is a low-level \"C\" \ -language interface to XSMP. The purpose of the X Session Management \ -Protocol (XSMP) is to provide a uniform mechanism for users to save and \ -restore their sessions. A session is a group of clients, each of which \ -has a particular state." - -require xorg-lib-common.inc - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=e04a412a93c7cb2b5e07ebd8fd922917" - -DEPENDS += "libice xorgproto xtrans" - -# libSM can work without libuuid, we explicitly disable it to break the following circular dependency -# when DISTRO_FEATURES contains 'systemd' and 'x11'. -# systemd -> dbus -> libsm -> util-linux -> systemd -EXTRA_OECONF += "--without-libuuid" - -PE = "1" - -XORG_PN = "libSM" - -SRC_URI[sha256sum] = "2af9e12da5ef670dc3a7bce1895c9c0f1bfb0cb9e64e8db40fcc33f883bd20bc" - -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" -PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.6.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.6.bb new file mode 100644 index 0000000000..d7243c15a2 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libsm_1.2.6.bb @@ -0,0 +1,30 @@ +SUMMARY = "SM: Session Management library" + +DESCRIPTION = "The Session Management Library (SMlib) is a low-level \"C\" \ +language interface to XSMP. The purpose of the X Session Management \ +Protocol (XSMP) is to provide a uniform mechanism for users to save and \ +restore their sessions. A session is a group of clients, each of which \ +has a particular state." + +require xorg-lib-common.inc + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=e04a412a93c7cb2b5e07ebd8fd922917" + +DEPENDS += "libice xorgproto xtrans" + +# libSM can work without libuuid, we explicitly disable it to break the following circular dependency +# when DISTRO_FEATURES contains 'systemd' and 'x11'. +# systemd -> dbus -> libsm -> util-linux -> systemd +EXTRA_OECONF += "--without-libuuid" + +PE = "1" + +XORG_PN = "libSM" + +SRC_URI[sha256sum] = "be7c0abdb15cbfd29ac62573c1c82e877f9d4047ad15321e7ea97d1e43d835be" + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" +PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf