Skip to content

Commit

Permalink
{humble} Rename sip3-native to sip-native
Browse files Browse the repository at this point in the history
The sip3 recipe was removed and replaced with a new sip recipe.

Signed-off-by: Rob Woolley <[email protected]>
  • Loading branch information
robwoolley committed Jan 23, 2024
1 parent d13540f commit ea5be5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

LICENSE = "BSD-3-Clause"

DEPENDS += "sip3-native python3-pyqt5-native"
DEPENDS += "sip-native python3-pyqt5-native"
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inherit ${@bb.utils.contains_any('ROS_WORLD_SKIP_GROUPS', ['qt5', 'pyqt5'], '',

# | CMake Warning at ros2-foxy-dunfell/tmp-glibc/work/core2-64-oe-linux/qt-gui-cpp/1.0.8-1-r0/recipe-sysroot/usr/share/python_qt_binding/cmake/sip_helper.cmake:27 (message):
# | SIP binding generator NOT available.
DEPENDS += "python3-pyqt5-native sip3-native"
DEPENDS += "python3-pyqt5-native sip-native"

# | CMake Error:
# | Running
Expand Down

0 comments on commit ea5be5a

Please sign in to comment.