Skip to content

Commit

Permalink
python*-rosdep: Upgrade to v0.16,1-1 (version from newer-platform-com…
Browse files Browse the repository at this point in the history
…ponents.list)
  • Loading branch information
herb-kuta-lge committed Jul 1, 2020
1 parent 6e7d115 commit c75824e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 44 deletions.
15 changes: 8 additions & 7 deletions recipes-devtools/python/python-rosdep.inc
@@ -1,16 +1,17 @@
DESCRIPTION = "rosdep package manager abstraction tool for ROS"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86a73ab7b555900fd6b51429658aca4c"
SRCNAME = "rosdep"

SRC_URI = "http://download.ros.org/downloads/rosdep/rosdep-${PV}.tar.gz \
file://0001-Remove-build-dependency-on-nose-from-setup.py-491.patch \
"
SRC_URI[md5sum] = "2c5669bc5cafcb1df8cd21ce14844cc4"
SRC_URI[sha256sum] = "46e072074270a1ea25411829814f4bdc1f34b358c950e9b8a7b75b4a40efd96a"
SRC_URI = "https://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
SRC_URI[md5sum] = "c40eb20853f366e4fe0060e996b0f33e"
SRC_URI[sha256sum] = "da3e69167bad39f3f7ffb50b5d1e11bf6c83cbad3812e1a5bc44040a622201e4"

S = "${WORKDIR}/${SRCNAME}-${PV}"
# The Ubuntu version package has a "-<revision>" suffix, but the repo tag doesn't. Have the OE version package match the Ubuntu
# one; assume it's always "-1".
PKGV = "${PV}-1"

RDEPENDS_${PN} += "${PYTHON_PN}-catkin-pkg ${PYTHON_PN}-rospkg ${PYTHON_PN}-pyyaml ${PYTHON_PN}-netclient ${PYTHON_PN}-rosdistro"

Expand Down

This file was deleted.

0 comments on commit c75824e

Please sign in to comment.