From 891a7934ba68be1856e339b607ee40465b6c197f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 May 2016 08:19:36 +0200 Subject: [PATCH] libreoffice: add PACKAGECONFIG for odk and rename related package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index df4c1cb..b59a307 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -158,6 +158,7 @@ PACKAGECONFIG ??= " \ PACKAGECONFIG[gtk] = "--enable-gtk , --disable-gtk, gtk+ cairo" PACKAGECONFIG[gtk3] = "--enable-gtk3 , --disable-gtk3, gtk+3 cairo" PACKAGECONFIG[avahi] = "--enable-avahi, --disable-avahi, avahi" +PACKAGECONFIG[odk] = "--enable-odk, --disable-odk" PACKAGECONFIG[mariadb] = "--enable-ext-mariadb-connector --enable-bundle-mariadb --with-system-mariadb, --disable-ext-mariadb-connector --disable-bundle-mariadb, mariadb" PACKAGECONFIG[postgresql] = "--enable-postgresql-sdbc --with-system-postgresql, --disable-postgresql-sdbc, postgresql" @@ -204,11 +205,11 @@ FILES_${PN} += " \ \ " -PACKAGE_BEFORE_PN += "${PN}-sdk" -FILES_${PN}-sdk = " \ +PACKAGE_BEFORE_PN += "${PN}-odk" +FILES_${PN}-odk = " \ ${libdir}/libreoffice/sdk \ " -INSANE_SKIP_${PN}-sdk += "dev-so staticdev" +INSANE_SKIP_${PN}-odk += "dev-so staticdev" FILES_${PN}-dbg += " \ ${libdir}/libreoffice/*/.debug \