genpy: adding runtime dependencies
This commit is contained in:
parent
6b3e55b05d
commit
8c13085716
|
@ -4,6 +4,8 @@ LICENSE = "BSD"
|
||||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||||
|
|
||||||
DEPENDS = "genmsg-native"
|
DEPENDS = "genmsg-native"
|
||||||
|
RDEPENDS_${PN} = "python-math genmsg"
|
||||||
|
RDEPENDS_${PN}_class-native = ""
|
||||||
|
|
||||||
SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
|
SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
|
||||||
SRC_URI[md5sum] = "23915e68167ba6d58c65920bfabd2fad"
|
SRC_URI[md5sum] = "23915e68167ba6d58c65920bfabd2fad"
|
||||||
|
|
Loading…
Reference in New Issue