From 1406bd514b85b6d61db272dcfc51197830cc9296 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 25 Jun 2023 23:22:37 +0200 Subject: libdmx: update 1.1.4 -> 1.1.5 Upstream has migrated to tar.xz from tar.bz2, so default works now. (From OE-Core rev: aea59e0daba5320b55aa62671e60b67bb5e3602f) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libdmx_1.1.4.bb | 21 --------------------- meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libdmx_1.1.4.bb create mode 100644 meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/libdmx_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libdmx_1.1.4.bb deleted file mode 100644 index 3634d53208..0000000000 --- a/meta/recipes-graphics/xorg-lib/libdmx_1.1.4.bb +++ /dev/null @@ -1,21 +0,0 @@ -require xorg-lib-common.inc - -SUMMARY = "DMX: Distributed Multihead X extension library" - -DESCRIPTION = "The DMX extension provides support for communication with \ -and control of Xdmx(1) server. Attributes of the Xdmx(1) server and of \ -the back-end screens attached to the server can be queried and modified \ -via this protocol." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ - file://src/dmx.c;endline=33;md5=c43f19af03c7c8619cadc9724ed9afe1" - -DEPENDS += "libxext xorgproto" - -PE = "1" - -XORG_EXT = "tar.bz2" - -SRC_URI[md5sum] = "d2f1f0ec68ac3932dd7f1d9aa0a7a11c" -SRC_URI[sha256sum] = "253f90005d134fa7a209fbcbc5a3024335367c930adf0f3203e754cf32747243" diff --git a/meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb new file mode 100644 index 0000000000..96015ad882 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb @@ -0,0 +1,18 @@ +require xorg-lib-common.inc + +SUMMARY = "DMX: Distributed Multihead X extension library" + +DESCRIPTION = "The DMX extension provides support for communication with \ +and control of Xdmx(1) server. Attributes of the Xdmx(1) server and of \ +the back-end screens attached to the server can be queried and modified \ +via this protocol." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ + file://src/dmx.c;endline=33;md5=c43f19af03c7c8619cadc9724ed9afe1" + +DEPENDS += "libxext xorgproto" + +PE = "1" + +SRC_URI[sha256sum] = "35a4e26a8b0b2b4fe36441dca463645c3fa52d282ac3520501a38ea942cbf74f" -- cgit v1.2.3-54-g00ecf