summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWook Song <wook16.song@samsung.com>2020-07-09 15:53:56 +0900
committerWook Song <wook16.song@samsung.com>2020-07-10 16:26:57 +0900
commitef07049a7064786857c865e9b4f1911a395f2377 (patch)
treeb39be32d298153f723c77842d47e171dc49d218f
parentabd5f7915fdfebda0a5acfd4fff342fdadc01307 (diff)
downloaddldt-ef07049a7064786857c865e9b4f1911a395f2377.tar.gz
dldt-ef07049a7064786857c865e9b4f1911a395f2377.tar.bz2
dldt-ef07049a7064786857c865e9b4f1911a395f2377.zip
[Dist/Debian] Revise build and runtime dependency on libtbb
This patch revises build and runtime dependency on libtbb to use the version corresponding to 2019~U9. Change-Id: Ieff50951c12666a5cc63d8e557fb70d075c85fe2 Signed-off-by: Wook Song <wook16.song@samsung.com>
-rw-r--r--debian/changelog8
-rw-r--r--debian/control6
2 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 57f7b6592..5082c8aa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-openvino (2019R3-1) unstable; urgency=low
+openvino (2019R3-3) unstable; urgency=low
+
+ * Revise build dependency on libtbb-dev and runtime dependency on libtbb
+
+ -- Wook Song <wook16.song@samsung.com> Thu, 9 Jul 2020 15:51:11 +0900
+
+openvino (2019R3-2) unstable; urgency=low
* CPU and VPU plugins are enabled
* Package name is changed
diff --git a/debian/control b/debian/control
index e4da2958c..e769cb162 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +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, libusb-1.0-0-dev
+ libtbb-dev (>>2019~U8), 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
@@ -16,8 +16,8 @@ Section: libs
Priority: optional
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libtbb
-Recommends: openvino-cpu-mkldnn [amd64]
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtbb2 (>>2019~U8)
+Recommends: openvino-cpu-mkldnn [amd64], ncs2-firmware
Description: OpenVINO™ Toolkit - Deep Learning Deployment Toolkit
OpenVINO™ toolkit, short for Open Visual Inference and Neural network
Optimization toolkit, provides developers with improved neural network