diff --git a/recipes-extended/bfl/bfl/0001-drop-pathes-to-unused-libraries-for-passing-the-qa_s.patch b/recipes-extended/bfl/bfl/0001-drop-pathes-to-unused-libraries-for-passing-the-qa_s.patch new file mode 100644 index 0000000..6161514 --- /dev/null +++ b/recipes-extended/bfl/bfl/0001-drop-pathes-to-unused-libraries-for-passing-the-qa_s.patch @@ -0,0 +1,28 @@ +From 382f7de16cc13b6604e77ca5903c844c513277cc Mon Sep 17 00:00:00 2001 +From: Lukas Bulwahn +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 +--- + 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 + diff --git a/recipes-extended/bfl/bfl_0.7.0-6.bb b/recipes-extended/bfl/bfl_0.7.0-6.bb index 971408e..efef3ca 100644 --- a/recipes-extended/bfl/bfl_0.7.0-6.bb +++ b/recipes-extended/bfl/bfl_0.7.0-6.bb @@ -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