mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
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>
This commit is contained in:
@@ -4,28 +4,28 @@ LICENSE = "LGPL-2.1"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2a2244d5a13871ad950c55877546a6a2"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2a2244d5a13871ad950c55877546a6a2"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
appstream-glib \
|
appstream-glib \
|
||||||
cairo \
|
cairo \
|
||||||
enchant2 \
|
enchant2 \
|
||||||
evolution-data-server \
|
evolution-data-server \
|
||||||
folks \
|
folks \
|
||||||
gcr \
|
gcr \
|
||||||
gmime \
|
gmime \
|
||||||
gnome-online-accounts \
|
gnome-online-accounts \
|
||||||
gsound \
|
gsound \
|
||||||
gspell \
|
gspell \
|
||||||
gtk+3 \
|
gtk+3 \
|
||||||
icu \
|
icu \
|
||||||
iso-codes \
|
iso-codes \
|
||||||
json-glib \
|
json-glib \
|
||||||
libhandy \
|
libhandy \
|
||||||
libical \
|
libical \
|
||||||
libpeas \
|
libpeas \
|
||||||
libsecret \
|
libsecret \
|
||||||
libstemmer \
|
libstemmer \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
webkitgtk \
|
webkitgtk \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "gnome-keyring"
|
RDEPENDS:${PN} = "gnome-keyring"
|
||||||
@@ -37,7 +37,7 @@ SRC_URI = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "gnome-${PV}"
|
SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user