openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-gnome][PATCH 2/3] mutter: upgrade 44.1 -> 44.2
       [not found] <20230606090013.1455222-1-f_l_k@t-online.de>
@ 2023-06-06  9:00 ` Markus Volk
  2023-06-06  9:00 ` [meta-gnome][PATCH 3/3] gnome-shell: " Markus Volk
  1 sibling, 0 replies; 3+ messages in thread
From: Markus Volk @ 2023-06-06  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-gnome/mutter/{mutter_44.1.bb => mutter_44.2.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/mutter/{mutter_44.1.bb => mutter_44.2.bb} (97%)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_44.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_44.2.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/mutter/mutter_44.1.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_44.2.bb
index 1060e916a..9c25eda6f 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_44.1.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_44.2.bb
@@ -25,7 +25,7 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gsettings gobject-introspection gettext features_check
 
-SRC_URI[archive.sha256sum] = "973aeafab42f06f934a0994fc84878958cdb4d2766a4c867a5ccdc547dd57056"
+SRC_URI[archive.sha256sum] = "37566d7e55c93dc8894e9c7f23a7ba5879a8b30baf65558223009d2b467402a1"
 
 # x11 is still manadatory - see meson.build
 REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"
-- 
2.34.1



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

* [meta-gnome][PATCH 3/3] gnome-shell: upgrade 44.1 -> 44.2
       [not found] <20230606090013.1455222-1-f_l_k@t-online.de>
  2023-06-06  9:00 ` [meta-gnome][PATCH 2/3] mutter: upgrade 44.1 -> 44.2 Markus Volk
@ 2023-06-06  9:00 ` Markus Volk
  2023-06-06 15:57   ` [oe] " Khem Raj
  1 sibling, 1 reply; 3+ messages in thread
From: Markus Volk @ 2023-06-06  9:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../gnome-shell/{gnome-shell_44.1.bb => gnome-shell_44.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_44.1.bb => gnome-shell_44.2.bb} (95%)

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.1.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb
index f8f500afe..09995e51e 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb
@@ -32,7 +32,7 @@ GIR_MESON_OPTION = ""
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
 
-SRC_URI[archive.sha256sum] = "0bfbe4394d267625154d08d01467bdbd99e8157512fc8df45d5c02ddb7551ca6"
+SRC_URI[archive.sha256sum] = "55f279ec6303b7c0c89246eced81247c87fc1c73948f45eb212a647218d1b63f"
 SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
 
 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
-- 
2.34.1



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

* Re: [oe] [meta-gnome][PATCH 3/3] gnome-shell: upgrade 44.1 -> 44.2
  2023-06-06  9:00 ` [meta-gnome][PATCH 3/3] gnome-shell: " Markus Volk
@ 2023-06-06 15:57   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2023-06-06 15:57 UTC (permalink / raw)
  To: Markus Volk; +Cc: openembedded-devel

was there a patch missed in this series ? I see 2/3 and 3/3 but not 1/3

On Tue, Jun 6, 2023 at 2:00 AM Markus Volk <f_l_k@t-online.de> wrote:
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  .../gnome-shell/{gnome-shell_44.1.bb => gnome-shell_44.2.bb}    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_44.1.bb => gnome-shell_44.2.bb} (95%)
>
> diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb
> similarity index 95%
> rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.1.bb
> rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb
> index f8f500afe..09995e51e 100644
> --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.1.bb
> +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb
> @@ -32,7 +32,7 @@ GIR_MESON_OPTION = ""
>  # gobject-introspection is mandatory and cannot be configured
>  REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
>
> -SRC_URI[archive.sha256sum] = "0bfbe4394d267625154d08d01467bdbd99e8157512fc8df45d5c02ddb7551ca6"
> +SRC_URI[archive.sha256sum] = "55f279ec6303b7c0c89246eced81247c87fc1c73948f45eb212a647218d1b63f"
>  SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
>
>  PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#103135): https://lists.openembedded.org/g/openembedded-devel/message/103135
> Mute This Topic: https://lists.openembedded.org/mt/99359497/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2023-06-06 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230606090013.1455222-1-f_l_k@t-online.de>
2023-06-06  9:00 ` [meta-gnome][PATCH 2/3] mutter: upgrade 44.1 -> 44.2 Markus Volk
2023-06-06  9:00 ` [meta-gnome][PATCH 3/3] gnome-shell: " Markus Volk
2023-06-06 15:57   ` [oe] " Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).