diff options
author | Piotr Tworek <tworaz@tworaz.net> | 2019-08-22 19:17:12 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-24 05:20:42 -0700 |
commit | 3308d4a2f747603a87760e4c2556b8d721862a49 (patch) | |
tree | 6c86e9809a4a2e921254c92bf2aa7a2b3a710a82 /meta-gnome | |
parent | d5d20e0cbff6bf8a69ca77fbfaa290ab6c22c227 (diff) | |
download | meta-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.bb | 8 |
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 = " \ | |||
43 | PACKAGECONFIG ??= "" | 43 | PACKAGECONFIG ??= "" |
44 | PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" | 44 | PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" |
45 | 45 | ||
46 | EXTRA_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 |
50 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" | 47 | LDFLAGS += "-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" |
97 | FILES_libcamel-dev = "${libdir}/libcamel-*.so ${libdir}/libcamel-provider-*.so \ | 94 | FILES_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 | ||
102 | FILES_libebook = "${libdir}/libebook-*.so.*" | 98 | FILES_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" |
125 | FILES_libedata-book-dev = "${libdir}/libedata-book-*.so \ | 121 | FILES_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 | ||
130 | FILES_libedata-cal = "${libexecdir}/e-calendar-factory \ | 125 | FILES_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" |
134 | FILES_libedata-cal-dev = "${libdir}/libedata-cal-*.so \ | 129 | FILES_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 | ||
139 | FILES_libedataserver = "${libdir}/libedataserver-*.so.*" | 133 | FILES_libedataserver = "${libdir}/libedataserver-*.so.*" |
140 | FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \ | 134 | FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \ |