From 6be8fa18947fcee9219e141f50218d9904879f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Feb 2019 15:24:13 +0100 Subject: [PATCH] graphite2: Fix multilib install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/graphite2/graphite2_1.3.5.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-support/graphite2/graphite2_1.3.5.bb b/recipes-support/graphite2/graphite2_1.3.5.bb index 305057e..95b28ea 100644 --- a/recipes-support/graphite2/graphite2_1.3.5.bb +++ b/recipes-support/graphite2/graphite2_1.3.5.bb @@ -10,3 +10,7 @@ DEPENDS += "freetype" SRC_URI = "${SOURCEFORGE_MIRROR}/project/silgraphite/${BPN}/${BPN}-${PV}.tgz" SRC_URI[md5sum] = "5b8d22a8bbf031838e31432868c0109c" SRC_URI[sha256sum] = "f4712626eda0a1804367133460770560b545bbe75b1c4aab480c9b8e4e1c64bd" + +EXTRA_OECMAKE += " \ + -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ +"