freecell-solver: Ignore useless-rpaths QA warning - it should not be dangerous

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-31 00:44:10 +01:00
parent 246f1dc8bc
commit 8783cac3d5

View File

@@ -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"