Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Meta Ros
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uav-hds
intel-aero
Meta Ros
Commits
279e7303
Commit
279e7303
authored
9 years ago
by
KristofRobot
Browse files
Options
Downloads
Plain Diff
Merge pull request #379 from bulwahn/bfl
bfl: patch to obtain pkgconfig sanity
parents
63ebe5bf
b3786d79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
recipes-extended/bfl/bfl/0001-drop-pathes-to-unused-libraries-for-passing-the-qa_s.patch
+28
-0
28 additions, 0 deletions
...rop-pathes-to-unused-libraries-for-passing-the-qa_s.patch
recipes-extended/bfl/bfl_0.7.0-6.bb
+2
-0
2 additions, 0 deletions
recipes-extended/bfl/bfl_0.7.0-6.bb
with
30 additions
and
0 deletions
recipes-extended/bfl/bfl/0001-drop-pathes-to-unused-libraries-for-passing-the-qa_s.patch
0 → 100644
+
28
−
0
View file @
279e7303
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
This diff is collapsed.
Click to expand it.
recipes-extended/bfl/bfl_0.7.0-6.bb
+
2
−
0
View file @
279e7303
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment