libreoffice: fix build with rssi oe-core

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-04-15 01:04:12 +02:00
parent f2c371106b
commit 2c342c11ce
3 changed files with 10 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ EXTRA_OECONF += " \
do_configure() {
olddir=`pwd`
cd ${S}
aclocal --system-acdir=${WORKDIR}/aclocal-copy/ -I ${S}/m4
aclocal --system-acdir=${STAGING_DATADIR_NATIVE}/aclocal/ -I ${S}/m4
gnu-configize
autoconf
cd $olddir

View File

@@ -168,7 +168,7 @@ PACKAGECONFIG[postgresql] = "--enable-postgresql-sdbc --with-system-postgresql,
do_configure() {
olddir=`pwd`
cd ${S}
aclocal --system-acdir=${WORKDIR}/aclocal-copy/ -I ${S}/m4
aclocal --system-acdir=${STAGING_DATADIR_NATIVE}/aclocal/ -I ${S}/m4
gnu-configize
autoconf
cd $olddir

View File

@@ -18,7 +18,14 @@ SRCREV_unoconv = "260b815bf2c57118df439f381974f3f0987222a1"
inherit autotools-brokensep pkgconfig distutils-base perlnative
DEPENDS = "python3-lxml-native ccache-native archive-zip-native gperf-native bison-native"
DEPENDS += " \
python3-lxml-native \
ccache-native \
archive-zip-native \
gperf-native \
bison-native \
zip-native \
"
EXTRA_OECONF = " \
--without-doxygen \