From 10543127f09fd239c4be55ad9c3c71a9e0266918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 24 Feb 2016 00:41:43 +0100 Subject: [PATCH] libreoffice-native: fix configure/build not to use host's python 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-native.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice-native.bb b/recipes-libreoffice/libreoffice/libreoffice-native.bb index cf60d07..2ad05bb 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native.bb @@ -104,7 +104,7 @@ do_configure() { gnu-configize autoconf cd $olddir - oe_runconf + PYTHON_CFLAGS=-I${STAGING_INCDIR_NATIVE}/${PYTHON_DIR} PYTHON_LIBS="-L${STAGING_LIBDIR_NATIVE} -lpython${PYTHON_BASEVERSION}" oe_runconf } # for debugging - we can as we're native