Skip to content
Snippets Groups Projects
Commit 279e7303 authored by KristofRobot's avatar KristofRobot
Browse files

Merge pull request #379 from bulwahn/bfl

bfl: patch to obtain pkgconfig sanity
parents 63ebe5bf b3786d79
No related branches found
No related tags found
No related merge requests found
From 382f7de16cc13b6604e77ca5903c844c513277cc Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Sat, 6 Feb 2016 18:10:24 +0100
Subject: [PATCH] drop pathes to unused libraries for passing the qa_staging
pkgconfig sanity check
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
---
orocos-bfl.pc.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/orocos-bfl.pc.in b/orocos-bfl.pc.in
index c1efd60..8e32035 100644
--- a/orocos-bfl.pc.in
+++ b/orocos-bfl.pc.in
@@ -5,5 +5,5 @@ includedir=${prefix}/include/bfl
Name: orocos-bfl
Description: Orocos Bayesian Filtering Library
Version: @VERSION@
-Libs: -L${libdir} -lorocos-bfl @MATRIX_LIBS@ @RNG_LIBS@ @GINAC_LIBS@
-Cflags: -I${includedir} -I@MATRIX_INCLUDE@ -I@RNG_INCLUDE@ -I@GINAC_INCLUDE@
+Libs: -L${libdir} -lorocos-bfl
+Cflags: -I${includedir}
--
2.4.3
......@@ -9,6 +9,8 @@ SRC_URI = "https://github.com/ros-gbp/${PN}-release/archive/release/indigo/${PN}
SRC_URI[md5sum] = "8140555e28ddea22a10a9ec59d96a4a0"
SRC_URI[sha256sum] = "296bec7f11430dd99a9617333d91c5c94ccf96ef6a4aa242917cc19480169740"
SRC_URI += "file://0001-drop-pathes-to-unused-libraries-for-passing-the-qa_s.patch"
S = "${WORKDIR}/bfl-release-release-indigo-${P}"
inherit cmake faulty-solibs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment