From 29b263feaff50a1ccc090fd1082f400c4f34b0fe Mon Sep 17 00:00:00 2001 From: Wook Song Date: Fri, 10 Jan 2020 11:31:20 +0900 Subject: [PATCH] [Dist/Debian] Remove version requirement for libtbb-dev 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 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d32ce6a..e4da295 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 -- 2.7.4