summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWook Song <wook16.song@samsung.com>2020-01-10 11:31:20 +0900
committerWook Song <wook16.song@samsung.com>2020-01-10 11:31:20 +0900
commit29b263feaff50a1ccc090fd1082f400c4f34b0fe (patch)
treef1e6ddc507bd27e4a5bb320890fcdfda7e661670
parent32290b75ad30881145703ec012a902b85f53ef63 (diff)
downloaddldt-29b263feaff50a1ccc090fd1082f400c4f34b0fe.tar.gz
dldt-29b263feaff50a1ccc090fd1082f400c4f34b0fe.tar.bz2
dldt-29b263feaff50a1ccc090fd1082f400c4f34b0fe.zip
The version strings used in openvino and libtbb do not follow the debian standard. Therefore, since it is not possible to resolve build dependency on libtbb-dev because of the invalid version string, the openvino packages could not be built on the launchpad ppa. To work-aroud this problem, this patch removes the version requirement for libtbb-dev in the control file. Change-Id: Ic4167c3b7b201fd02387975dda6781d1e48c581f Signed-off-by: Wook Song <wook16.song@samsung.com>
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d32ce6a57..e4da2958c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Build-Depends: debhelper (>= 9.0.0), quilt,
cmake, pkg-config,
gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5,
g++-9 | g++-8 | g++-7 | g++-6 | g++-5,
- libtbb-dev (>=2019~U9-0),
- libusb-1.0-0-dev
+ libtbb-dev, libusb-1.0-0-dev
Standards-Version: 4.1.4
Vcs-Git: git://git.tizen.org/platform/upstream/dldt
Vcs-Browser: https://git.tizen.org/cgit/platform/upstream/dldt