From 8783cac3d51ee9f1be5377c1530f0d25c7228fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 31 Oct 2018 00:44:10 +0100 Subject: [PATCH] freecell-solver: Ignore useless-rpaths QA warning - it should not be dangerous MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/freecell-solver/freecell-solver_4.20.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-support/freecell-solver/freecell-solver_4.20.0.bb b/recipes-support/freecell-solver/freecell-solver_4.20.0.bb index b83931ef..660b90e3 100644 --- a/recipes-support/freecell-solver/freecell-solver_4.20.0.bb +++ b/recipes-support/freecell-solver/freecell-solver_4.20.0.bb @@ -19,3 +19,7 @@ EXTRA_OECMAKE = " \ -DFCS_WITH_TEST_SUITE=OFF \ -DBUILD_STATIC_LIBRARY=OFF \ " + +# was: 'probably-redundant RPATH /usr/lib' - not exactly a bad breaker. Looked +# into but could't find why this is thrown - so ignore for now. +INSANE_SKIP_${PN} = "useless-rpaths"