From 1450e49f995b656c983d274ca8ec03d162c37393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 3 Aug 2019 19:16:24 +0200 Subject: [PATCH] lpsolve: extend to native MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/lpsolve/lpsolve_5.5.2.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-support/lpsolve/lpsolve_5.5.2.5.bb b/recipes-support/lpsolve/lpsolve_5.5.2.5.bb index f3050e0..d313a99 100644 --- a/recipes-support/lpsolve/lpsolve_5.5.2.5.bb +++ b/recipes-support/lpsolve/lpsolve_5.5.2.5.bb @@ -32,3 +32,5 @@ do_install() { FILES_SOLIBSDEV = "" FILES_${PN} += "${libdir}/liblpsolve55.so" + +BBCLASSEXTEND = "native"