From 3308d4a2f747603a87760e4c2556b8d721862a49 Mon Sep 17 00:00:00 2001 From: Piotr Tworek Date: Thu, 22 Aug 2019 19:17:12 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'meta-gnome') 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 bab57b0440..bd3e4dabbe 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 = " \ PACKAGECONFIG ??= "" PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" -EXTRA_OECONF = "--with-libdb=${STAGING_DIR_HOST}${prefix} \ - --disable-nntp --disable-gtk-doc" - # -ldb needs this on some platforms LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" @@ -96,7 +93,6 @@ FILES_libcamel = "${libdir}/libcamel-*.so.* \ ${libdir}/evolution-data-server*/camel-providers/*.urls" FILES_libcamel-dev = "${libdir}/libcamel-*.so ${libdir}/libcamel-provider-*.so \ ${libdir}/pkgconfig/camel*pc \ - ${libdir}/evolution-data-server*/camel-providers/*.la \ ${includedir}/evolution-data-server*/camel" FILES_libebook = "${libdir}/libebook-*.so.*" @@ -124,7 +120,6 @@ FILES_libedata-book = "${libexecdir}/e-addressbook-factory \ ${datadir}/evolution-data-server-1.4/weather/Locations.xml" FILES_libedata-book-dev = "${libdir}/libedata-book-*.so \ ${libdir}/pkgconfig/libedata-book-*.pc \ - ${libdir}/evolution-data-server-*/extensions/libebook*.la \ ${includedir}/evolution-data-server-*/libedata-book" FILES_libedata-cal = "${libexecdir}/e-calendar-factory \ @@ -133,8 +128,7 @@ FILES_libedata-cal = "${libexecdir}/e-calendar-factory \ ${libdir}/evolution-data-server-*/extensions/libecal*.so" FILES_libedata-cal-dev = "${libdir}/libedata-cal-*.so \ ${libdir}/pkgconfig/libedata-cal-*.pc \ - ${includedir}/evolution-data-server-*/libedata-cal \ - ${libdir}/evolution-data-server-*/extensions/libecal*.la" + ${includedir}/evolution-data-server-*/libedata-cal" FILES_libedataserver = "${libdir}/libedataserver-*.so.*" FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \ -- cgit 1.2.3-korg