summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorPiotr Tworek <tworaz@tworaz.net>2019-08-22 19:17:12 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-24 05:20:42 -0700
commit3308d4a2f747603a87760e4c2556b8d721862a49 (patch)
tree6c86e9809a4a2e921254c92bf2aa7a2b3a710a82 /meta-gnome
parentd5d20e0cbff6bf8a69ca77fbfaa290ab6c22c227 (diff)
downloadmeta-openembedded-3308d4a2f747603a87760e4c2556b8d721862a49.tar.gz
evolution-data-server: Drop bits related to autotools
The package uses cmake nowadays. It has no need for EXTRA_OECONF. The build process does not produce any la files. 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.bb8
1 files changed, 1 insertions, 7 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 bab57b044..bd3e4dabb 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
@@ -43,9 +43,6 @@ EXTRA_OECMAKE = " \
43PACKAGECONFIG ??= "" 43PACKAGECONFIG ??= ""
44PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" 44PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap"
45 45
46EXTRA_OECONF = "--with-libdb=${STAGING_DIR_HOST}${prefix} \
47 --disable-nntp --disable-gtk-doc"
48
49# -ldb needs this on some platforms 46# -ldb needs this on some platforms
50LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" 47LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
51 48
@@ -96,7 +93,6 @@ FILES_libcamel = "${libdir}/libcamel-*.so.* \
96 ${libdir}/evolution-data-server*/camel-providers/*.urls" 93 ${libdir}/evolution-data-server*/camel-providers/*.urls"
97FILES_libcamel-dev = "${libdir}/libcamel-*.so ${libdir}/libcamel-provider-*.so \ 94FILES_libcamel-dev = "${libdir}/libcamel-*.so ${libdir}/libcamel-provider-*.so \
98 ${libdir}/pkgconfig/camel*pc \ 95 ${libdir}/pkgconfig/camel*pc \
99 ${libdir}/evolution-data-server*/camel-providers/*.la \
100 ${includedir}/evolution-data-server*/camel" 96 ${includedir}/evolution-data-server*/camel"
101 97
102FILES_libebook = "${libdir}/libebook-*.so.*" 98FILES_libebook = "${libdir}/libebook-*.so.*"
@@ -124,7 +120,6 @@ FILES_libedata-book = "${libexecdir}/e-addressbook-factory \
124 ${datadir}/evolution-data-server-1.4/weather/Locations.xml" 120 ${datadir}/evolution-data-server-1.4/weather/Locations.xml"
125FILES_libedata-book-dev = "${libdir}/libedata-book-*.so \ 121FILES_libedata-book-dev = "${libdir}/libedata-book-*.so \
126 ${libdir}/pkgconfig/libedata-book-*.pc \ 122 ${libdir}/pkgconfig/libedata-book-*.pc \
127 ${libdir}/evolution-data-server-*/extensions/libebook*.la \
128 ${includedir}/evolution-data-server-*/libedata-book" 123 ${includedir}/evolution-data-server-*/libedata-book"
129 124
130FILES_libedata-cal = "${libexecdir}/e-calendar-factory \ 125FILES_libedata-cal = "${libexecdir}/e-calendar-factory \
@@ -133,8 +128,7 @@ FILES_libedata-cal = "${libexecdir}/e-calendar-factory \
133 ${libdir}/evolution-data-server-*/extensions/libecal*.so" 128 ${libdir}/evolution-data-server-*/extensions/libecal*.so"
134FILES_libedata-cal-dev = "${libdir}/libedata-cal-*.so \ 129FILES_libedata-cal-dev = "${libdir}/libedata-cal-*.so \
135 ${libdir}/pkgconfig/libedata-cal-*.pc \ 130 ${libdir}/pkgconfig/libedata-cal-*.pc \
136 ${includedir}/evolution-data-server-*/libedata-cal \ 131 ${includedir}/evolution-data-server-*/libedata-cal"
137 ${libdir}/evolution-data-server-*/extensions/libecal*.la"
138 132
139FILES_libedataserver = "${libdir}/libedataserver-*.so.*" 133FILES_libedataserver = "${libdir}/libedataserver-*.so.*"
140FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \ 134FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \