diff options
author | Piotr Tworek <tworaz@tworaz.net> | 2019-08-22 19:17:21 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-24 05:20:43 -0700 |
commit | dd336de2da571a934c4d32adf94f9645bff7229a (patch) | |
tree | 7bb7b567ec66e7c8fbe7bf1e4653e5cd861311d4 /meta-gnome/recipes-gnome/eds | |
parent | f6767fe969d0099514f9fa51b17c9a062e2d2b74 (diff) | |
download | meta-openembedded-dd336de2da571a934c4d32adf94f9645bff7229a.tar.gz |
evolution-data-server: Use SRC_URI provided by gnomebase.
Its a GNOME pacakge and SRC_URI provided by gnomebase bbclass is good
enough. No need to duplicate it.
Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/eds')
-rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb index 8d6c3aded..170a69838 100644 --- a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | |||
@@ -16,15 +16,14 @@ DEPENDS = " \ | |||
16 | 16 | ||
17 | inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative upstream-version-is-even vala | 17 | inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative upstream-version-is-even vala |
18 | 18 | ||
19 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 19 | SRC_URI += "file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \ |
20 | file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \ | 20 | file://0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch \ |
21 | file://0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch \ | 21 | file://0003-contact-Replace-the-Novell-sample-contact-with-somet.patch \ |
22 | file://0003-contact-Replace-the-Novell-sample-contact-with-somet.patch \ | 22 | file://0004-Add-native-suffix-to-exacutables-produced-and-run-du.patch \ |
23 | file://0004-Add-native-suffix-to-exacutables-produced-and-run-du.patch \ | 23 | file://0005-Use-LC_MESSAGES-for-address-localization-when-LC_ADD.patch \ |
24 | file://0005-Use-LC_MESSAGES-for-address-localization-when-LC_ADD.patch \ | 24 | file://0006-Dont-add-usr-lib-to-LDFLAGS-when-linking-libphonenum.patch \ |
25 | file://0006-Dont-add-usr-lib-to-LDFLAGS-when-linking-libphonenum.patch \ | 25 | file://0007-Modify-gobject-intrispection-support-to-work-with-OE.patch \ |
26 | file://0007-Modify-gobject-intrispection-support-to-work-with-OE.patch \ | 26 | file://iconv-detect.h \ |
27 | file://iconv-detect.h \ | ||
28 | " | 27 | " |
29 | SRC_URI[archive.md5sum] = "57820f3f88fc554e1a58665a52e12c05" | 28 | SRC_URI[archive.md5sum] = "57820f3f88fc554e1a58665a52e12c05" |
30 | SRC_URI[archive.sha256sum] = "83f67cb4b680e892b22b51bcde64c788b7ac63e92a99de401fb347e3794f4c7f" | 29 | SRC_URI[archive.sha256sum] = "83f67cb4b680e892b22b51bcde64c788b7ac63e92a99de401fb347e3794f4c7f" |