summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-18 22:06:52 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-20 23:34:20 -0800
commit85fa691790b5aec37264307bbaef8f7e2cdfbb6b (patch)
treec09ee0868f4d9efbd127c11cd2192e0576dc0b84 /meta-oe/recipes-graphics/xorg-app
parent19ae3c84e2676eed30b216016d214dce23d55731 (diff)
downloadmeta-openembedded-85fa691790b5aec37264307bbaef8f7e2cdfbb6b.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch33
-rw-r--r--meta-oe/recipes-graphics/xorg-app/sessreg_1.1.4.bb (renamed from meta-oe/recipes-graphics/xorg-app/sessreg_1.1.3.bb)6
2 files changed, 3 insertions, 36 deletions
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 @@
1From 088bb4cef2c93bef312b076a8c7a3c798cbf2f19 Mon Sep 17 00:00:00 2001
2From: daicy <daicy@cn.fujitsu.com>
3Date: Tue, 8 Dec 2015 11:45:01 +0900
4Subject: [PATCH] Makefile.am: Error Fix
5
6Do not compile man dir since error always occur.
7 | sed: file filenames.sed line 3: unterminated `s' command
8 | make[2]: *** [sessreg.1] Error 1
9It is not a good way.But can remove it from SKIP_RECIPE.
10
11Upstream-Status: Pending
12
13Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
14---
15 Makefile.am | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/Makefile.am b/Makefile.am
19index cddffd0..94f7048 100644
20--- a/Makefile.am
21+++ b/Makefile.am
22@@ -18,7 +18,7 @@
23 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
24 # PERFORMANCE OF THIS SOFTWARE.
25
26-SUBDIRS = man
27+#SUBDIRS = man
28 bin_PROGRAMS = sessreg
29
30 AM_CFLAGS = $(CWARNFLAGS) $(SESSREG_CFLAGS)
31--
321.8.4.2
33
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
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
2 2
3SUMMARY = "a simple program for managing utmp/wtmp entries" 3SUMMARY = "a simple program for managing utmp/wtmp entries"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d938a70c8280c265a1ccd2954365d185" 5LIC_FILES_CHKSUM = "file://COPYING;md5=82cc7e3245e8b11a5259108ba5b7e3dc"
6SRC_URI += "file://0001-Makefile.am-Error-Fix.patch" 6
7SRC_URI_EXT = "xz" 7SRC_URI_EXT = "xz"
8SRC_URI[sha256sum] = "022acd5de8077dddc4f919961f79e102ecd5f3228a333681af5cd0e7344facc2" 8SRC_URI[sha256sum] = "4e85b52f4f65a93449753bfb00ceb5d77f3317e24d07dc23147f2f116c785350"
9 9
10CFLAGS:append:libc-musl = " -D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP -D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP " 10CFLAGS:append:libc-musl = " -D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP -D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP "
11 11