diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-04-09 01:10:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-08 09:25:54 -0700 |
| commit | 97f59fb2063dae01c72e1e3a690edf5dfe645571 (patch) | |
| tree | 76810afd33f32c25cf80b16c63b92a6cfeb813b9 | |
| parent | e1185b272a48e8b797bc7c4e96645cc2fce3d298 (diff) | |
| download | meta-openembedded-97f59fb2063dae01c72e1e3a690edf5dfe645571.tar.gz | |
xterm: upgrade 366 -> 367
-License-Update: Copyright year updated to 2021.
Refresh the following patch:
0001-Add-configure-time-check-for-setsid.patch
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_367.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_366.bb) | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch b/meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch index d3beea8be1..92ecdac224 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch +++ b/meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch | |||
| @@ -18,7 +18,7 @@ diff --git a/configure b/configure | |||
| 18 | index 0aafefc..03e8df0 100755 | 18 | index 0aafefc..03e8df0 100755 |
| 19 | --- a/configure | 19 | --- a/configure |
| 20 | +++ b/configure | 20 | +++ b/configure |
| 21 | @@ -5411,6 +5411,7 @@ for ac_func in \ | 21 | @@ -5605,6 +5605,7 @@ for ac_func in \ |
| 22 | unsetenv \ | 22 | unsetenv \ |
| 23 | sched_yield \ | 23 | sched_yield \ |
| 24 | setpgid \ | 24 | setpgid \ |
| @@ -42,7 +42,7 @@ diff --git a/main.c b/main.c | |||
| 42 | index 5e60589..b81d2be 100644 | 42 | index 5e60589..b81d2be 100644 |
| 43 | --- a/main.c | 43 | --- a/main.c |
| 44 | +++ b/main.c | 44 | +++ b/main.c |
| 45 | @@ -2868,7 +2868,7 @@ main(int argc, char *argv[]ENVP_ARG) | 45 | @@ -2903,7 +2903,7 @@ main(int argc, char *argv[]ENVP_ARG) |
| 46 | } | 46 | } |
| 47 | } | 47 | } |
| 48 | 48 | ||
| @@ -51,7 +51,7 @@ index 5e60589..b81d2be 100644 | |||
| 51 | #define USE_OPENPTY 1 | 51 | #define USE_OPENPTY 1 |
| 52 | static int opened_tty = -1; | 52 | static int opened_tty = -1; |
| 53 | #endif | 53 | #endif |
| 54 | @@ -4040,7 +4040,7 @@ spawnXTerm(XtermWidget xw, unsigned line_speed) | 54 | @@ -4074,7 +4074,7 @@ spawnXTerm(XtermWidget xw, unsigned line_speed) |
| 55 | /* | 55 | /* |
| 56 | * now in child process | 56 | * now in child process |
| 57 | */ | 57 | */ |
| @@ -64,14 +64,14 @@ diff --git a/xtermcfg.hin b/xtermcfg.hin | |||
| 64 | index 1dbc3b8..4f3ff5b 100644 | 64 | index 1dbc3b8..4f3ff5b 100644 |
| 65 | --- a/xtermcfg.hin | 65 | --- a/xtermcfg.hin |
| 66 | +++ b/xtermcfg.hin | 66 | +++ b/xtermcfg.hin |
| 67 | @@ -96,6 +96,7 @@ | 67 | @@ -95,6 +95,7 @@ |
| 68 | #undef HAVE_PUTENV /* AC_CHECK_FUNCS(putenv) */ | 68 | #undef HAVE_PUTENV /* AC_CHECK_FUNCS(putenv) */ |
| 69 | #undef HAVE_SCHED_YIELD /* AC_CHECK_FUNCS(sched_yield) */ | 69 | #undef HAVE_SCHED_YIELD /* AC_CHECK_FUNCS(sched_yield) */ |
| 70 | #undef HAVE_SETPGID /* AC_CHECK_FUNCS(setpgid) */ | 70 | #undef HAVE_SETPGID /* AC_CHECK_FUNCS(setpgid) */ |
| 71 | +#undef HAVE_SETSID /* AC_CHECK_FUNCS(setsid) */ | 71 | +#undef HAVE_SETSID /* AC_CHECK_FUNCS(setsid) */ |
| 72 | #undef HAVE_STDINT_H /* AC_PROG_CC_STDC */ | 72 | #undef HAVE_STDINT_H /* AC_PROG_CC_STDC */ |
| 73 | #undef HAVE_STDLIB_H /* AC_CHECK_HEADERS(stdlib.h) */ | 73 | #undef HAVE_STDLIB_H /* AC_CHECK_HEADERS(stdlib.h) */ |
| 74 | #undef HAVE_STRFTIME /* AC_CHECK_FUNCS(strftime) */ | 74 | #undef HAVE_STDNORETURN_H /* CF_C11_NORETURN */ |
| 75 | -- | 75 | -- |
| 76 | 2.24.1 | 76 | 2.24.1 |
| 77 | 77 | ||
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_366.bb b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb index 969159bc57..e0d3dcec13 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_366.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb | |||
| @@ -2,13 +2,13 @@ require recipes-graphics/xorg-app/xorg-app-common.inc | |||
| 2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" | 2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" |
| 3 | DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses desktop-file-utils-native" | 3 | DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses desktop-file-utils-native" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=996b1ce0584c0747b17b57654cc81e8e" | 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=987de9787175385203a1ea2482246a17" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ | 7 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ |
| 8 | file://0001-Add-configure-time-check-for-setsid.patch \ | 8 | file://0001-Add-configure-time-check-for-setsid.patch \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "858b2885963fe97e712739066aadc1baeba2b33a0016303a7fec7d38bc73bf6e" | 11 | SRC_URI[sha256sum] = "27f1a8b1c756e269fd5684e60802b545f0be9b36b8b5d6bdbc840c6b000dc51f" |
| 12 | 12 | ||
| 13 | PACKAGECONFIG ?= "" | 13 | PACKAGECONFIG ?= "" |
| 14 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" | 14 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" |
