angles: adjustments for hydro release version
In this commit, the angles directory is renamed to match repository name in hydro/release.yaml, and a patch is required probably because of the new catkin version.
This commit is contained in:
parent
057370f042
commit
07eab381d4
|
@ -1,12 +0,0 @@
|
|||
DESCRIPTION = "This package provides a set of simple math utilities to work with angles."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "c2a841dbeb1f3036449919773ac70876"
|
||||
SRC_URI[sha256sum] = "5e690bf611bead83c2fdcab5a9617b622a9869e55fd1742c00b4015ddf4f8cfc"
|
||||
|
||||
S = "${WORKDIR}/${BP}/${BPN}"
|
||||
|
||||
inherit catkin
|
|
@ -0,0 +1,16 @@
|
|||
DESCRIPTION = "This package provides a set of simple math utilities to work with angles."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz;name=archive"
|
||||
SRC_URI[archive.md5sum] = "c2a841dbeb1f3036449919773ac70876"
|
||||
SRC_URI[archive.sha256sum] = "5e690bf611bead83c2fdcab5a9617b622a9869e55fd1742c00b4015ddf4f8cfc"
|
||||
|
||||
SRC_URI += "https://github.com/bulwahn/angles/commit/8b1879e93b8ae2f89df345edaf688521e5c0ab97.patch;striplevel=2;name=patch"
|
||||
SRC_URI[patch.md5sum] = "d55c70b7328ed6e9d00d3185ddf4b0bf"
|
||||
SRC_URI[patch.sha256sum] = "2b7303ca01e355680adadd18c3b97dfb1071715375c14a3759ad96f807fc09e5"
|
||||
|
||||
S = "${WORKDIR}/${BP}/${BPN}"
|
||||
|
||||
inherit catkin
|
Loading…
Reference in New Issue