From: Alexander Kanavin Date: Mon, 11 Oct 2021 09:40:59 +0000 (+0200) Subject: epiphany: update 40.3 -> 41.0 X-Git-Tag: uninative-3.5~1248 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c86732e1add2e743d1bae0d1d6348b692e039439;p=openembedded-core.git epiphany: update 40.3 -> 41.0 Correct an option to use libsoup 3. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/epiphany/epiphany_40.3.bb b/meta/recipes-gnome/epiphany/epiphany_41.0.bb similarity index 91% rename from meta/recipes-gnome/epiphany/epiphany_40.3.bb rename to meta/recipes-gnome/epiphany/epiphany_41.0.bb index e74b75c802..09210b68aa 100644 --- a/meta/recipes-gnome/epiphany/epiphany_40.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_41.0.bb @@ -28,7 +28,9 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN file://migrator.patch \ file://distributor.patch \ " -SRC_URI[archive.sha256sum] = "dad138b9f2d55de271128fca38b61f53fd980c587d29e1ba6b508fff3b19f564" +SRC_URI[archive.sha256sum] = "b39d1825492595b0b74c5d6a6686a857f9419dfa4c02f8013c297bc870e26dd0" + +EXTRA_OEMESON += "-Dsoup2=disabled" # Developer mode enables debugging PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false"