Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{jazzy}: add bbappend to fix dependency issue of liblz4-vendor #1206

Open
wants to merge 1 commit into
base: scarthgap-next
Choose a base branch
from

Conversation

jiaxshi
Copy link
Contributor

@jiaxshi jiaxshi commented Aug 23, 2024

lz4 is provided by poky. And it provides: liblz4 and liblz4-dev. Error:
ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-liblz4-dev'
/local/mnt/workspace/jiaxshi/projects/ros_poky/meta-ros/meta-ros2-jazzy/generated-recipes/rosbag2/liblz4-vendor_0.26.1-2.bb DEPENDS on or otherwise requires it)

@jiaxshi
Copy link
Contributor Author

jiaxshi commented Aug 23, 2024

Checked latest https://github.com/ros/rosdistro/blob/jazzy/2024-08-09/rosdep/base.yaml,

lz4:
  alpine: [lz4-dev]
  arch: [lz4]
  debian: [liblz4-dev]
  fedora: [lz4-devel]
  freebsd: [liblz4]
  gentoo: [app-arch/lz4]
  nixos: [lz4]
  openembedded: [lz4@openembedded-core]

lz4 is provided by poky. And it provides: liblz4 and liblz4-dev.
Error:
ERROR: Nothing PROVIDES 'ROS_UNRESOLVED_DEP-liblz4-dev'

Signed-off-by: Jiaxing Shi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant