[meta-gnome] geary: use sha hash for SRCREV; fix identation

Message ID 20220125170827.104487-1-f_l_k@t-online.de
State New
Headers show
Series [meta-gnome] geary: use sha hash for SRCREV; fix identation | expand

Commit Message

Markus Volk Jan. 25, 2022, 5:08 p.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-connectivity/geary/geary_40.0.bb  | 46 +++++++++----------
 1 file changed, 23 insertions(+), 23 deletions(-)

Patch

diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb
index e4d07ad29..b3b431132 100644
--- a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb
+++ b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb
@@ -4,28 +4,28 @@  LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2a2244d5a13871ad950c55877546a6a2"
 
 DEPENDS = " \
-	appstream-glib \
-	cairo \
-	enchant2 \
-	evolution-data-server \
-	folks \
-	gcr \
-	gmime \
-	gnome-online-accounts \
-	gsound \
-	gspell \
-	gtk+3 \
-	icu \
-	iso-codes \
-	json-glib \
-	libhandy \
-	libical \
-	libpeas \
-	libsecret \
-	libstemmer \
-	libxml2 \
-	sqlite3 \
-	webkitgtk \
+    appstream-glib \
+    cairo \
+    enchant2 \
+    evolution-data-server \
+    folks \
+    gcr \
+    gmime \
+    gnome-online-accounts \
+    gsound \
+    gspell \
+    gtk+3 \
+    icu \
+    iso-codes \
+    json-glib \
+    libhandy \
+    libical \
+    libpeas \
+    libsecret \
+    libstemmer \
+    libxml2 \
+    sqlite3 \
+    webkitgtk \
 "
 
 RDEPENDS:${PN} = "gnome-keyring"
@@ -37,7 +37,7 @@  SRC_URI = " \
 "
 
 S = "${WORKDIR}/git"
-SRCREV = "gnome-${PV}"
+SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
 
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"