similarity index 92%
rename from meta/recipes-gnome/epiphany/epiphany_50.6.bb
rename to meta/recipes-gnome/epiphany/epiphany_51.0.bb
@@ -15,6 +15,7 @@ DEPENDS = " \
libadwaita \
libarchive \
libportal \
+ libpwquality \
libsoup \
glib-2.0-native \
coreutils-native \
@@ -31,7 +32,7 @@ SRC_URI += "\
file://migrator.patch \
file://distributor.patch \
"
-SRC_URI[archive.sha256sum] = "458222a8694cfc914e7a2d6de9879067001a8d65e00a907d96112059c67ad446"
+SRC_URI[archive.sha256sum] = "abaf33576462030c65bb963a56300a7786e7d75834f1c90a9dffda873835c33d"
export GI_TYPELIB_PATH = "${STAGING_LIBDIR}/girepository-1.0/"
@@ -1,4 +1,4 @@
-From 9e51ca47efc74fedb420e6b66436569d56623e2d Mon Sep 17 00:00:00 2001
+From 2bb52be1e80d1f4693a383be8270e80ef1d9586a Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Wed, 31 Jan 2018 15:50:38 +0200
Subject: [PATCH] help/meson.build: disable the use of yelp
@@ -1,4 +1,4 @@
-From cc0b9a6904297387068274c802784eea740782a1 Mon Sep 17 00:00:00 2001
+From 2f52672597ab74cb17e41d308f8d9934c25d8fc0 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Fri, 26 Feb 2021 10:17:52 +0000
Subject: [PATCH] Don't encode the distro from /etc/os-release into the
@@ -11,7 +11,7 @@ RP 2021/2/26
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
-index c02b591..8af9fe7 100644
+index 8aec3cf..4a06ab6 100644
--- a/meson.build
+++ b/meson.build
@@ -15,6 +15,7 @@ if r.returncode() == 0
@@ -1,4 +1,4 @@
-From 12ead2afbdab96eeb6bac820c39c1e951a047c8b Mon Sep 17 00:00:00 2001
+From e336c2dd1368aff496a6ba01e2ca9ca7e88860a2 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Thu, 25 Feb 2021 14:52:32 +0000
Subject: [PATCH] epiphany: Fix reproducibility issue
@@ -14,10 +14,10 @@ RP 2021/2/25
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c
-index ea2ea99..13c27c8 100644
+index 1966108..24d4364 100644
--- a/lib/ephy-profile-utils.c
+++ b/lib/ephy-profile-utils.c
-@@ -130,10 +130,10 @@ ephy_profile_utils_do_migration (const char *profile_directory,
+@@ -131,10 +131,10 @@ ephy_profile_utils_do_migration (const char *profile_directory,
argv[i++] = NULL;
#if DEVELOPER_MODE
CompareLog: https://github.com/GNOME/epiphany/compare/50.6...51.0 - 51.0 adds a new mandatory dependency on pwquality [1] so add libpwquality to DEPENDS. libpwquality was imported into OE-Core in the preceding patch. [1] https://github.com/GNOME/epiphany/commit/683e9a076fa3 Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> --- .../epiphany/{epiphany_50.6.bb => epiphany_51.0.bb} | 3 ++- .../0002-help-meson.build-disable-the-use-of-yelp.patch | 2 +- meta/recipes-gnome/epiphany/files/distributor.patch | 4 ++-- meta/recipes-gnome/epiphany/files/migrator.patch | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_50.6.bb => epiphany_51.0.bb} (92%)