From a9d4376dfd3627d07c70d6762be1f2d125a8da3e Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Fri, 11 Oct 2013 10:25:01 +0200
Subject: [PATCH] qhull: removing redundant RPATH (resolves #169)

---
 recipes-extended/qhull/qhull_2012.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes-extended/qhull/qhull_2012.1.bb b/recipes-extended/qhull/qhull_2012.1.bb
index 280a73f..c4d00b9 100644
--- a/recipes-extended/qhull/qhull_2012.1.bb
+++ b/recipes-extended/qhull/qhull_2012.1.bb
@@ -10,4 +10,8 @@ SRC_URI[sha256sum] = "a35ecaa610550b7f05c3ce373d89c30cf74b059a69880f03080c556dae
 
 CFLAGS += "-fPIC"
 
+EXTRA_OECMAKE += "\
+  -DCMAKE_SKIP_RPATH=ON \
+"
+
 inherit cmake
-- 
GitLab