From 6a81cfd64d5bec011cc7e78337997a4e3b8e47a0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 25 Sep 2024 14:49:20 +0800 Subject: xcb-util-cursor: upgrade 0.1.4 -> 0.1.5 Changelog: =========== - cppcheck style-fixes in _XcursorThemeInherits - Insufficient memory for terminating null of string in _XcursorThemeInherits - Set close-on-exec when opening files (From OE-Core rev: b3845b530ef50918ddd4ba84d398a290f9aea0cb) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb | 10 ---------- meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.5.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb create mode 100644 meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.5.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb b/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb deleted file mode 100644 index 047697845c..0000000000 --- a/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb +++ /dev/null @@ -1,10 +0,0 @@ -require recipes-graphics/xorg-lib/xcb-util.inc - -SUMMARY = "XCB port of libXcursor" - -DEPENDS += "xcb-util xcb-util-renderutil xcb-util-image" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=ce469b61c70ff8d7cce0547476891974" - -SRC_URI[sha256sum] = "28dcfe90bcab7b3561abe0dd58eb6832aa9cc77cfe42fcdfa4ebe20d605231fb" diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.5.bb b/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.5.bb new file mode 100644 index 0000000000..cd442db210 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.5.bb @@ -0,0 +1,10 @@ +require recipes-graphics/xorg-lib/xcb-util.inc + +SUMMARY = "XCB port of libXcursor" + +DEPENDS += "xcb-util xcb-util-renderutil xcb-util-image" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=ce469b61c70ff8d7cce0547476891974" + +SRC_URI[sha256sum] = "0caf99b0d60970f81ce41c7ba694e5eaaf833227bb2cbcdb2f6dc9666a663c57" -- cgit v1.2.3-54-g00ecf