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
430f67cd
Commit
430f67cd
authored
11 years ago
by
Lukas Bulwahn
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/bmwcarit/meta-ros
parents
8573da61
c65507d6
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-ros/genpy/genpy/0001-genpy-extras.cmake.em-use-find_program-for-GENxxx_PY_BIN.patch
+7
-6
7 additions, 6 deletions
...-extras.cmake.em-use-find_program-for-GENxxx_PY_BIN.patch
recipes-ros/genpy/genpy_0.4.10.bb
+1
-1
1 addition, 1 deletion
recipes-ros/genpy/genpy_0.4.10.bb
with
8 additions
and
7 deletions
recipes-ros/genpy/genpy/0001-genpy-extras.cmake.em-use-find_program-for-GENxxx_PY_BIN.patch
+
7
−
6
View file @
430f67cd
diff -Naur a/cmake/genpy-extras.cmake.em b/cmake/genpy-extras.cmake.em
--- a/cmake/genpy-extras.cmake.em 201
2-12-22 03:39:57
.000000000 +0
1
00
+++ b/cmake/genpy-extras.cmake.em 2013-05-
22
1
0
:4
6
:0
8
.000000000 +0200
@@ -1,1
1
+1,1
6
@@
--- a/cmake/genpy-extras.cmake.em 201
3-05-30 12:31:39
.000000000 +0
2
00
+++ b/cmake/genpy-extras.cmake.em 2013-05-
30
1
2
:4
3
:0
2
.000000000 +0200
@@ -1,1
3
+1,1
5
@@
@[if DEVELSPACE]@
# bin dir variables in develspace
set(GENPY_BIN_DIR @(CMAKE_CURRENT_SOURCE_DIR)/scripts)
...
...
@@ -14,7 +14,8 @@ diff -Naur a/cmake/genpy-extras.cmake.em b/cmake/genpy-extras.cmake.em
+find_program(GENMSG_PY_BIN genmsg_py.py PATHS ${GENPY_BIN_DIR} NO_DEFAULT_PATH CATKIN_FIND_ROOT_PATH_MODE)
+find_program(GENSRV_PY_BIN gensrv_py.py PATHS ${GENPY_BIN_DIR} NO_DEFAULT_PATH CATKIN_FIND_ROOT_PATH_MODE)
+
set(GENMSG_PY_BIN ${GENPY_BIN_DIR}/genmsg_py.py)
set(GENSRV_PY_BIN ${GENPY_BIN_DIR}/gensrv_py.py)
-set(GENMSG_PY_BIN ${GENPY_BIN_DIR}/genmsg_py.py)
-set(GENSRV_PY_BIN ${GENPY_BIN_DIR}/gensrv_py.py)
# Generate .msg->.h for py
# The generated .h files should be added ALL_GEN_OUTPUT_FILES_py
This diff is collapsed.
Click to expand it.
recipes-ros/genpy/genpy_0.4.10.bb
+
1
−
1
View file @
430f67cd
...
...
@@ -7,7 +7,7 @@ DEPENDS = "genmsg-native"
RDEPENDS_${PN} = "python-math genmsg python-shell"
RDEPENDS_${PN}_class-native = ""
PR = "r
1
"
PR = "r
2
"
SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
file://0001-genpy-extras.cmake.em-use-find_program-for-GENxxx_PY_BIN.patch"
...
...
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