From: Yi Zhao Date: Wed, 28 Jan 2026 03:19:12 +0000 (+0800) Subject: epiphany: upgrade 48.5 -> 49.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb01604a112c04b589f67a7e61648ec1b9098457;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git epiphany: upgrade 48.5 -> 49.2 ChangeLog: https://gitlab.gnome.org/GNOME/epiphany/-/blob/49.2/NEWS Add a dependency on blueprint-compiler-native. Signed-off-by: Yi Zhao Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/epiphany/epiphany_48.5.bb b/meta/recipes-gnome/epiphany/epiphany_49.2.bb similarity index 88% rename from meta/recipes-gnome/epiphany/epiphany_48.5.bb rename to meta/recipes-gnome/epiphany/epiphany_49.2.bb index 6a1abdc553..4c27a6b6c7 100644 --- a/meta/recipes-gnome/epiphany/epiphany_48.5.bb +++ b/meta/recipes-gnome/epiphany/epiphany_49.2.bb @@ -21,6 +21,7 @@ DEPENDS = " \ glib-2.0-native \ coreutils-native \ desktop-file-utils-native \ + blueprint-compiler-native \ " inherit gnomebase gsettings features_check gettext mime-xdg gtk-icon-cache @@ -31,7 +32,9 @@ SRC_URI += "\ file://migrator.patch \ file://distributor.patch \ " -SRC_URI[archive.sha256sum] = "0f66552ad6593c7952a3ddee5bf515656c8c434871076d9f1a91a7af9346b1b4" +SRC_URI[archive.sha256sum] = "b3ba3d68213e87f81f1733e85500c37b82b5938f9009e4fe89994963d5fb2b8e" + +export GI_TYPELIB_PATH = "${STAGING_LIBDIR}/girepository-1.0/" # Developer mode enables debugging PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false"