From 2510ab209d03c052d95de27121948d069b657bd1 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 25 Apr 2016 11:08:27 -0300 Subject: [PATCH] libreoffice: Drop dependency on boost Currently the boost system library is unused so we ought to drop it from DEPENDS for now. Signed-off-by: Otavio Salvador --- recipes-libreoffice/libreoffice/libreoffice.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index e0d1a74..1e47f82 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -22,7 +22,6 @@ DEPENDS += " \ ${BPN}-native \ \ curl \ - boost \ icu \ expat \ poppler \