libreoffice: fix build with rssi oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user