aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-01-25 18:08:27 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-25 09:29:29 -0800
commit1e9b524f92b3dca24e66715d8bdbcccd9e654bb6 (patch)
treedd04e33136c9fc3c9b4304c70a47a6a5ed0fce53 /meta-gnome
parentf6f00bac33a9f57f2a29b975144a57d469eebde2 (diff)
downloadmeta-openembedded-contrib-1e9b524f92b3dca24e66715d8bdbcccd9e654bb6.tar.gz
geary: use sha hash for SRCREV; fix identation
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-connectivity/geary/geary_40.0.bb46
1 files changed, 23 insertions, 23 deletions
diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb
index e4d07ad293..b3b4311320 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"