From 5be725147b81569183366d34977e5b682775cec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Nov 2015 00:01:34 +0100 Subject: [PATCH] libreoffice-native: install sdk binaries 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_5.0.2.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-libreoffice/libreoffice/libreoffice-native_5.0.2.2.bb b/recipes-libreoffice/libreoffice/libreoffice-native_5.0.2.2.bb index 8126484..38f21f7 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native_5.0.2.2.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native_5.0.2.2.bb @@ -58,6 +58,9 @@ do_install() { # icu creates a gendict to avoid conflicts rename in sysroot install "${B}/workdir/LinkTarget/Executable/gendict" ${D}/${bindir}/gendict_libre + # install sdk binaries + install ${B}/instdir/sdk/bin/* ${D}/${bindir} + install -d ${D}/${libdir} for name in `find ${B}/instdir/program -name *.so*` ; do install "$name" ${D}/${libdir}