Skip to content
Snippets Groups Projects
Commit e7af4dcf authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

vision-opencv: updating to 1.10.14

The cv-bridge 1.10.14 now needs python-numpy-native, as a python
script with ´import numpy´ is executed at compile time.
parent b6080314
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "boost opencv rosconsole sensor-msgs"
DEPENDS = "boost opencv rosconsole sensor-msgs python-numpy-native"
require vision-opencv.inc
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "8d5fcadd2383832c663a83b5e669e06d"
SRC_URI[sha256sum] = "c95257b963a4e9cba3c3f76c1ca03f3050b5a4736a4b2cda88a5e2282521f1c9"
SRC_URI[md5sum] = "dedd510c159dfdf26fc0fad10ff58818"
SRC_URI[sha256sum] = "439da90a7cb45afe4105f158adad3149a968414256b12162afa7a35e1c51d79c"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment