depend on curl (libcurl-dev, curl) for packaging#25
Merged
mikaelarguedas merged 1 commit intoros2from Jun 15, 2018
Merged
Conversation
…l-dev, libcurl3) for packaging
83 tasks
nuclearsandwich
approved these changes
Jun 11, 2018
Member
Author
|
I'm holding this for now as the new rosdep rule pointing to the virtual package |
Member
|
Since that issue affects us whether we have the dependency here or patched in via the release repository we need to figure it out. The potential solutions I can see in order of most effective to most expedient are
|
Member
Author
|
ros/rosdistro#15308 has been reverted. This key now points to Merging this patch |
nuclearsandwich
pushed a commit
to ros/rosdistro
that referenced
this pull request
Apr 19, 2019
…20969) Increasing version of package(s) in repository `resource_retriever` to `2.1.0-1`: - upstream repository: https://github.com/ros/resource_retriever.git - release repository: https://github.com/ros2-gbp/resource_retriever-release.git - distro file: `dashing/distribution.yaml` - bloom version: `0.8.0` - previous version for package: `null` ## libcurl_vendor ``` * depend on curl (mapping to curl, libcurl4-openssl-dev) for packaging (#25 <ros/resource_retriever#25>) * add missing dependency on pkg-config (#19 <ros/resource_retriever#19>) * [libcurl_vendor] convert to ament and setup env hooks for library paths (#14 <ros/resource_retriever#14>) * Contributors: Dirk Thomas, Mikael Arguedas, William Woodall ``` ## resource_retriever ``` * Make sure to export the include directory for resource_retriever. (#22 <ros/resource_retriever#22>) * Contributors: Chris Lalancette ```
andre-rosa
pushed a commit
to andre-rosa/rosdistro
that referenced
this pull request
May 3, 2019
…os#20969) Increasing version of package(s) in repository `resource_retriever` to `2.1.0-1`: - upstream repository: https://github.com/ros/resource_retriever.git - release repository: https://github.com/ros2-gbp/resource_retriever-release.git - distro file: `dashing/distribution.yaml` - bloom version: `0.8.0` - previous version for package: `null` ## libcurl_vendor ``` * depend on curl (mapping to curl, libcurl4-openssl-dev) for packaging (ros#25 <ros/resource_retriever#25>) * add missing dependency on pkg-config (ros#19 <ros/resource_retriever#19>) * [libcurl_vendor] convert to ament and setup env hooks for library paths (ros#14 <ros/resource_retriever#14>) * Contributors: Dirk Thomas, Mikael Arguedas, William Woodall ``` ## resource_retriever ``` * Make sure to export the include directory for resource_retriever. (ros#22 <ros/resource_retriever#22>) * Contributors: Chris Lalancette ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Defining the dependency on
curlallows us to not build it from source but just depend on the upstream version.Copied from: https://github.com/ros2-gbp/resource_retriever-release/tree/5597bf018cfe1bcf3e323c50801bb89c946e9061/ubuntu/libcurl_vendor
The key resolves to
libcurl-devandcurl:https://github.com/ros/rosdistro/blob/f236f31615f7eb1667e94cba66f212ddcb80829b/rosdep/base.yaml#L524
@nuclearsandwich @wjwwood @clalancette FYI