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
7e2b6ef6
Commit
7e2b6ef6
authored
11 years ago
by
Kristof Robot
Browse files
Options
Downloads
Patches
Plain Diff
adjusting to cmake.bbclass changes in OE-Core (resolves #229)
parent
7737a04a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+5
-1
5 additions, 1 deletion
README.md
recipes-ros/octomap-ros/octomap-ros_0.3.0.bb
+1
-1
1 addition, 1 deletion
recipes-ros/octomap-ros/octomap-ros_0.3.0.bb
recipes-ros/robot-model/collada-urdf_1.10.18.bb
+1
-1
1 addition, 1 deletion
recipes-ros/robot-model/collada-urdf_1.10.18.bb
with
7 additions
and
3 deletions
README.md
+
5
−
1
View file @
7e2b6ef6
...
...
@@ -58,7 +58,11 @@ cross-compilation of the basic ros-comm packages.
Using wildcards in bbappend versions part in name depends on
31bc9af9cd56e7b318924869970e850993fafc5f@bitbake and
991cbeedbde8bd25ce08c669b1bfac8b99e33149@bitbake
991cbeedbde8bd25ce08c669b1bfac8b99e33149@bitbake.
octomap-ros and collada-urdf depend on
43073569cb67d98c11aa71211d77b566b64f9145@openembedded-core and
783fb88f476c94d5d4f4b954f7053464d9a6dff5@openembedded-core.
## INSTALLATION ##
...
...
This diff is collapsed.
Click to expand it.
recipes-ros/octomap-ros/octomap-ros_0.3.0.bb
+
1
−
1
View file @
7e2b6ef6
...
...
@@ -16,5 +16,5 @@ inherit catkin
do_configure_append() {
sed -i -e 's: /usr/lib/liboctomap.so: ${STAGING_LIBDIR}/liboctomap.so:g' \
-e 's: /usr/lib/liboctomath.so: ${STAGING_LIBDIR}/liboctomath.so:g' \
${
S}/build
/CMakeFiles/octomap_ros.dir/build.make
${
B}
/CMakeFiles/octomap_ros.dir/build.make
}
This diff is collapsed.
Click to expand it.
recipes-ros/robot-model/collada-urdf_1.10.18.bb
+
1
−
1
View file @
7e2b6ef6
...
...
@@ -12,6 +12,6 @@ do_configure_append() {
do
sed -i -e 's: /usr/lib/liboctomap.so: ${STAGING_LIBDIR}/liboctomap.so:g' \
-e 's: /usr/lib/liboctomath.so: ${STAGING_LIBDIR}/liboctomath.so:g' \
${
S}/build
/CMakeFiles/$f/build.make
${
B}
/CMakeFiles/$f/build.make
done
}
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