diff options
author | Piotr Tworek <tworaz@tworaz.net> | 2019-08-22 19:17:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-24 05:20:42 -0700 |
commit | 01d3b805fa1c903c74fd53511f57d8028a8e59bd (patch) | |
tree | f732c24de234a262548d713d7c443d38b970ef95 /meta-gnome | |
parent | 5fe37f8870c139d021ab5789cab6943ed46ca801 (diff) | |
download | meta-openembedded-01d3b805fa1c903c74fd53511f57d8028a8e59bd.tar.gz |
evolution-data-server: Add dedicated packages for libebook-contacts.
Most binary distributions package those libraries separetely. Also do it
in OE.
Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 8 |
1 files changed, 7 insertions, 1 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 86595688f4..0d63feca9f 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 | |||
@@ -70,7 +70,8 @@ do_compile_prepend() { | |||
70 | } | 70 | } |
71 | 71 | ||
72 | 72 | ||
73 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ | 73 | PACKAGES =+ "libebook-contacts libebook-contacts-dev \ |
74 | libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ | ||
74 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ | 75 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ |
75 | libedataserver libedataserver-dev \ | 76 | libedataserver libedataserver-dev \ |
76 | libedataserverui libedataserverui-dev" | 77 | libedataserverui libedataserverui-dev" |
@@ -103,6 +104,11 @@ FILES_libebook-dev = "${libdir}/libebook-1.2.so \ | |||
103 | ${includedir}/evolution-data-server*/libebook/*.h" | 104 | ${includedir}/evolution-data-server*/libebook/*.h" |
104 | RRECOMMENDS_libebook = "libedata-book" | 105 | RRECOMMENDS_libebook = "libedata-book" |
105 | 106 | ||
107 | FILES_libebook-contacts = "${libdir}/libebook-contacts-*.so.*" | ||
108 | FILES_libebook-contacts-dev = "${libdir}/libebook-contacts-*.so \ | ||
109 | ${libdir}/pkgconfig/libebook-contacts-*.pc \ | ||
110 | ${includedir}/evolution-data-server*/libebook-contacts/*.h" | ||
111 | |||
106 | FILES_libecal = "${libdir}/libecal-*.so.* \ | 112 | FILES_libecal = "${libdir}/libecal-*.so.* \ |
107 | ${datadir}/evolution-data-server-1.4/zoneinfo" | 113 | ${datadir}/evolution-data-server-1.4/zoneinfo" |
108 | FILES_libecal-dev = "${libdir}/libecal-*.so ${libdir}/pkgconfig/libecal-*.pc \ | 114 | FILES_libecal-dev = "${libdir}/libecal-*.so ${libdir}/pkgconfig/libecal-*.pc \ |