Skip to content

Commit

Permalink
rosdep: add more mappings for OpenEmbedded to support latest melodic …
Browse files Browse the repository at this point in the history
…release

* add llvm-7, llvm-dev-7, libqt5-websockets-dev, python-click introduced in melodic 2020-11-11 or 2020-12-07 release
* there isn't separate recipe for llvm7 and e.g. Dunfell release will build 9.0.1 version by default
  but that could be changed by bbappend in melodic, so the mapping still needs to be llvm recipe from
  oe-core

Signed-off-by: Martin Jansa <martin.jansa@lge.com>
  • Loading branch information
shr-project committed Dec 11, 2020
1 parent 8c31328 commit 85667f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3936,6 +3936,7 @@ libqt5-websockets-dev:
debian: [libqt5websockets5-dev]
fedora: [qt5-qtwebsockets]
gentoo: ['dev-qt/qtwebsockets:5']
openembedded: [qtwebsockets@meta-qt5]
ubuntu: [libqt5websockets5-dev]
libqt5-widgets:
alpine: [qt5-qtbase-dev]
Expand Down Expand Up @@ -4826,13 +4827,15 @@ llvm-7:
debian:
buster: [llvm-7]
stretch: [llvm-7]
openembedded: [llvm@openembedded-core]
ubuntu:
bionic: [llvm-7]
focal: [llvm-7]
llvm-7-dev:
debian:
buster: [llvm-7-dev]
stretch: [llvm-7-dev]
openembedded: [llvm@openembedded-core]
ubuntu:
bionic: [llvm-7-dev]
focal: [llvm-7-dev]
Expand Down
1 change: 1 addition & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ python-click:
packages: [python-click]
fedora: [python-click]
gentoo: [dev-python/click]
openembedded: ['${PYTHON_PN}-click@meta-python']
osx:
pip:
packages: [click]
Expand Down

0 comments on commit 85667f5

Please sign in to comment.