From 85fa691790b5aec37264307bbaef8f7e2cdfbb6b Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 18 Feb 2026 22:06:52 +0100 Subject: [PATCH] sessreg: upgrade 1.1.3 -> 1.1.4 Drop 0001-Makefile.am-Error-Fix.patch - the error doesn't seem to happen anymore. License-Update: Removed the words "All rights reserved" from Oracle copyright notices. Shortlog: Remove "All rights reserved" from Oracle copyright notices meson: Add option to build with meson Add --help and --version options Improve man page formatting man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10` Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../sessreg/0001-Makefile.am-Error-Fix.patch | 33 ------------------- .../{sessreg_1.1.3.bb => sessreg_1.1.4.bb} | 6 ++-- 2 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch rename meta-oe/recipes-graphics/xorg-app/{sessreg_1.1.3.bb => sessreg_1.1.4.bb} (56%) diff --git a/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch b/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch deleted file mode 100644 index bfda2dfe71..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 088bb4cef2c93bef312b076a8c7a3c798cbf2f19 Mon Sep 17 00:00:00 2001 -From: daicy -Date: Tue, 8 Dec 2015 11:45:01 +0900 -Subject: [PATCH] Makefile.am: Error Fix - -Do not compile man dir since error always occur. - | sed: file filenames.sed line 3: unterminated `s' command - | make[2]: *** [sessreg.1] Error 1 -It is not a good way.But can remove it from SKIP_RECIPE. - -Upstream-Status: Pending - -Signed-off-by: Li Xin ---- - Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile.am b/Makefile.am -index cddffd0..94f7048 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -18,7 +18,7 @@ - # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - # PERFORMANCE OF THIS SOFTWARE. - --SUBDIRS = man -+#SUBDIRS = man - bin_PROGRAMS = sessreg - - AM_CFLAGS = $(CWARNFLAGS) $(SESSREG_CFLAGS) --- -1.8.4.2 - diff --git a/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.3.bb b/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.4.bb similarity index 56% rename from meta-oe/recipes-graphics/xorg-app/sessreg_1.1.3.bb rename to meta-oe/recipes-graphics/xorg-app/sessreg_1.1.4.bb index 33ab22cde4..4c71130759 100644 --- a/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.3.bb +++ b/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.4.bb @@ -2,10 +2,10 @@ require recipes-graphics/xorg-app/xorg-app-common.inc SUMMARY = "a simple program for managing utmp/wtmp entries" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=d938a70c8280c265a1ccd2954365d185" -SRC_URI += "file://0001-Makefile.am-Error-Fix.patch" +LIC_FILES_CHKSUM = "file://COPYING;md5=82cc7e3245e8b11a5259108ba5b7e3dc" + SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "022acd5de8077dddc4f919961f79e102ecd5f3228a333681af5cd0e7344facc2" +SRC_URI[sha256sum] = "4e85b52f4f65a93449753bfb00ceb5d77f3317e24d07dc23147f2f116c785350" CFLAGS:append:libc-musl = " -D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP -D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP "