summaryrefslogtreecommitdiffstats
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
parentf6f00bac33a9f57f2a29b975144a57d469eebde2 (diff)
downloadmeta-openembedded-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>
-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"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2a2244d5a13871ad950c55877546a6a2" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2a2244d5a13871ad950c55877546a6a2"
5 5
6DEPENDS = " \ 6DEPENDS = " \
7 appstream-glib \ 7 appstream-glib \
8 cairo \ 8 cairo \
9 enchant2 \ 9 enchant2 \
10 evolution-data-server \ 10 evolution-data-server \
11 folks \ 11 folks \
12 gcr \ 12 gcr \
13 gmime \ 13 gmime \
14 gnome-online-accounts \ 14 gnome-online-accounts \
15 gsound \ 15 gsound \
16 gspell \ 16 gspell \
17 gtk+3 \ 17 gtk+3 \
18 icu \ 18 icu \
19 iso-codes \ 19 iso-codes \
20 json-glib \ 20 json-glib \
21 libhandy \ 21 libhandy \
22 libical \ 22 libical \
23 libpeas \ 23 libpeas \
24 libsecret \ 24 libsecret \
25 libstemmer \ 25 libstemmer \
26 libxml2 \ 26 libxml2 \
27 sqlite3 \ 27 sqlite3 \
28 webkitgtk \ 28 webkitgtk \
29" 29"
30 30
31RDEPENDS:${PN} = "gnome-keyring" 31RDEPENDS:${PN} = "gnome-keyring"
@@ -37,7 +37,7 @@ SRC_URI = " \
37" 37"
38 38
39S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"
40SRCREV = "gnome-${PV}" 40SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
41 41
42REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 42REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
43 43