From 20f3482fe3324360b2f29174ede7defea036cf17 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 7 Jan 2025 17:01:22 +0800 Subject: xinit: upgrade 1.4.2 -> 1.4.3 (From OE-Core rev: 90e965b53598ab7f87df7053fa348e1fdf461285) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xinit_1.4.2.bb | 25 ------------------------- meta/recipes-graphics/xorg-app/xinit_1.4.3.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xinit_1.4.2.bb create mode 100644 meta/recipes-graphics/xorg-app/xinit_1.4.3.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb b/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb deleted file mode 100644 index 8a8367c688..0000000000 --- a/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb +++ /dev/null @@ -1,25 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "X Window System initializer" - -DESCRIPTION = "The xinit program is used to start the X Window System \ -server and a first client program on systems that cannot start X \ -directly from /etc/init or in environments that use multiple window \ -systems. When this first client exits, xinit will kill the X server and \ -then terminate." - -LIC_FILES_CHKSUM = "file://COPYING;md5=18f01e7b39807bebe2b8df101a039b68" - -PE = "1" - -SRC_URI += "file://0001-Make-manpage-multilib-identical.patch" - -SRC_URI_EXT = "xz" - -SRC_URI[sha256sum] = "b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23" - -EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie \ - --with-xterm=x-terminal-emulator" - -RDEPENDS:${PN} += "util-linux-mcookie" -RRECOMMENDS:${PN} += "virtual-x-terminal-emulator" diff --git a/meta/recipes-graphics/xorg-app/xinit_1.4.3.bb b/meta/recipes-graphics/xorg-app/xinit_1.4.3.bb new file mode 100644 index 0000000000..519a9fc4ef --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinit_1.4.3.bb @@ -0,0 +1,25 @@ +require xorg-app-common.inc + +SUMMARY = "X Window System initializer" + +DESCRIPTION = "The xinit program is used to start the X Window System \ +server and a first client program on systems that cannot start X \ +directly from /etc/init or in environments that use multiple window \ +systems. When this first client exits, xinit will kill the X server and \ +then terminate." + +LIC_FILES_CHKSUM = "file://COPYING;md5=18f01e7b39807bebe2b8df101a039b68" + +PE = "1" + +SRC_URI += "file://0001-Make-manpage-multilib-identical.patch" + +SRC_URI_EXT = "xz" + +SRC_URI[sha256sum] = "86409f21a6a31148d2c1c17bf5f2d904eb5ef455f9dc67c49fbd0c10ab18fd5a" + +EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie \ + --with-xterm=x-terminal-emulator" + +RDEPENDS:${PN} += "util-linux-mcookie" +RRECOMMENDS:${PN} += "virtual-x-terminal-emulator" -- cgit v1.2.3-54-g00ecf