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
dc074897
Commit
dc074897
authored
8 years ago
by
Lukas Bulwahn
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #428 from rojkov/rosdistro
python-rosdistro: add missing lib rosep2 depends on
parents
b501d2a4
bb78f8f4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
recipes-devtools/python/python-rosdep_0.11.5.bb
+1
-1
1 addition, 1 deletion
recipes-devtools/python/python-rosdep_0.11.5.bb
recipes-devtools/python/python-rosdistro_0.4.7.bb
+17
-0
17 additions, 0 deletions
recipes-devtools/python/python-rosdistro_0.4.7.bb
with
18 additions
and
1 deletion
recipes-devtools/python/python-rosdep_0.11.5.bb
+
1
−
1
View file @
dc074897
...
...
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "46e072074270a1ea25411829814f4bdc1f34b358c950e9b8a7b75b4a40
S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS_${PN} += "python-catkin-pkg python-rospkg python-pyyaml python-netclient"
RDEPENDS_${PN} += "python-catkin-pkg python-rospkg python-pyyaml python-netclient
python-rosdistro
"
inherit setuptools
...
...
This diff is collapsed.
Click to expand it.
recipes-devtools/python/python-rosdistro_0.4.7.bb
0 → 100644
+
17
−
0
View file @
dc074897
DESCRIPTION = "ROS package library"
SECTION = "devel/python"
LICENSE = "BSD & MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=48623a4c0f1b1f65fae1dedd990a7f54"
SRCNAME = "rosdistro"
SRC_URI = "http://download.ros.org/downloads/rosdistro/rosdistro-${PV}.tar.gz"
SRC_URI[md5sum] = "a699690fab755fd1b92b2ac04933e227"
SRC_URI[sha256sum] = "f44757336bcee4089f6f6d570248e7c4e09eebfe5238d6ae60d8bd35361eedc4"
S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS_${PN} += "python-pyyaml"
inherit setuptools
BBCLASSEXTEND = "native"
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