All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH v2] xterm: upgrade 366 -> 367
@ 2021-04-01 17:55 zangrc
  2021-04-02  9:02 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: zangrc @ 2021-04-01 17:55 UTC (permalink / raw)
  To: openembedded-devel

-License-Update: Copyright year updated to 2021.

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
---
 .../recipes-graphics/xorg-app/{xterm_366.bb => xterm_367.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_366.bb => xterm_367.bb} (89%)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_366.bb b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb
similarity index 89%
rename from meta-oe/recipes-graphics/xorg-app/xterm_366.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_367.bb
index 969159bc5..e0d3dcec1 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
 SUMMARY = "xterm is the standard terminal emulator for the X Window System"
 DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses desktop-file-utils-native"
 
-LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=996b1ce0584c0747b17b57654cc81e8e"
+LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=987de9787175385203a1ea2482246a17"
 
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
            file://0001-Add-configure-time-check-for-setsid.patch \
           "
 
-SRC_URI[sha256sum] = "858b2885963fe97e712739066aadc1baeba2b33a0016303a7fec7d38bc73bf6e"
+SRC_URI[sha256sum] = "27f1a8b1c756e269fd5684e60802b545f0be9b36b8b5d6bdbc840c6b000dc51f"
 
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-oe] [PATCH v2] xterm: upgrade 366 -> 367
  2021-04-01 17:55 [oe] [meta-oe] [PATCH v2] xterm: upgrade 366 -> 367 zangrc
@ 2021-04-02  9:02 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-04-02  9:02 UTC (permalink / raw)
  To: zangrc; +Cc: openembeded-devel

patch needs to be refreshed

i see

ERROR: xterm-367-r0 do_patch: Fuzz detected:

Applying patch 0001-Add-configure-time-check-for-setsid.patch
patching file configure
Hunk #1 succeeded at 5605 (offset 194 lines).
patching file configure.in
patching file main.c
Hunk #1 succeeded at 2903 (offset 35 lines).
Hunk #2 succeeded at 4074 (offset 34 lines).
patching file xtermcfg.hin
Hunk #1 succeeded at 95 with fuzz 1 (offset -1 lines).


The context lines in the patches can be updated with devtool:

    devtool modify xterm
    devtool finish --force-patch-refresh xterm <layer_path>

Don't forget to review changes done by devtool!

ERROR: xterm-367-r0 do_patch: QA Issue: Patch log indicates that
patches do not apply cleanly. [patch-fuzz]

On Wed, Mar 31, 2021 at 10:55 PM zangrc <zangrc.fnst@fujitsu.com> wrote:
>
> -License-Update: Copyright year updated to 2021.
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
> ---
>  .../recipes-graphics/xorg-app/{xterm_366.bb => xterm_367.bb}  | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-graphics/xorg-app/{xterm_366.bb => xterm_367.bb} (89%)
>
> diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_366.bb b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb
> similarity index 89%
> rename from meta-oe/recipes-graphics/xorg-app/xterm_366.bb
> rename to meta-oe/recipes-graphics/xorg-app/xterm_367.bb
> index 969159bc5..e0d3dcec1 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
>  SUMMARY = "xterm is the standard terminal emulator for the X Window System"
>  DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses desktop-file-utils-native"
>
> -LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=996b1ce0584c0747b17b57654cc81e8e"
> +LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=987de9787175385203a1ea2482246a17"
>
>  SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
>             file://0001-Add-configure-time-check-for-setsid.patch \
>            "
>
> -SRC_URI[sha256sum] = "858b2885963fe97e712739066aadc1baeba2b33a0016303a7fec7d38bc73bf6e"
> +SRC_URI[sha256sum] = "27f1a8b1c756e269fd5684e60802b545f0be9b36b8b5d6bdbc840c6b000dc51f"
>
>  PACKAGECONFIG ?= ""
>  PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"
> --
> 2.25.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-02  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 17:55 [oe] [meta-oe] [PATCH v2] xterm: upgrade 366 -> 367 zangrc
2021-04-02  9:02 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.