diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-18 22:06:52 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-20 23:34:20 -0800 |
| commit | 85fa691790b5aec37264307bbaef8f7e2cdfbb6b (patch) | |
| tree | c09ee0868f4d9efbd127c11cd2192e0576dc0b84 /meta-oe/recipes-graphics/xorg-app | |
| parent | 19ae3c84e2676eed30b216016d214dce23d55731 (diff) | |
| download | meta-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.patch | 33 | ||||
| -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 @@ | |||
| 1 | From 088bb4cef2c93bef312b076a8c7a3c798cbf2f19 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: daicy <daicy@cn.fujitsu.com> | ||
| 3 | Date: Tue, 8 Dec 2015 11:45:01 +0900 | ||
| 4 | Subject: [PATCH] Makefile.am: Error Fix | ||
| 5 | |||
| 6 | Do 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 | ||
| 9 | It is not a good way.But can remove it from SKIP_RECIPE. | ||
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 13 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> | ||
| 14 | --- | ||
| 15 | Makefile.am | 2 +- | ||
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 17 | |||
| 18 | diff --git a/Makefile.am b/Makefile.am | ||
| 19 | index 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 | -- | ||
| 32 | 1.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 | ||
| 3 | SUMMARY = "a simple program for managing utmp/wtmp entries" | 3 | SUMMARY = "a simple program for managing utmp/wtmp entries" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d938a70c8280c265a1ccd2954365d185" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=82cc7e3245e8b11a5259108ba5b7e3dc" |
| 6 | SRC_URI += "file://0001-Makefile.am-Error-Fix.patch" | 6 | |
| 7 | SRC_URI_EXT = "xz" | 7 | SRC_URI_EXT = "xz" |
| 8 | SRC_URI[sha256sum] = "022acd5de8077dddc4f919961f79e102ecd5f3228a333681af5cd0e7344facc2" | 8 | SRC_URI[sha256sum] = "4e85b52f4f65a93449753bfb00ceb5d77f3317e24d07dc23147f2f116c785350" |
| 9 | 9 | ||
| 10 | CFLAGS:append:libc-musl = " -D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP -D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP " | 10 | CFLAGS: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 | ||
