[Dist/Debian] Revise build and runtime dependency on libtbb 80/238180/2
authorWook Song <wook16.song@samsung.com>
Thu, 9 Jul 2020 06:53:56 +0000 (15:53 +0900)
committerWook Song <wook16.song@samsung.com>
Fri, 10 Jul 2020 07:26:57 +0000 (16:26 +0900)
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>
debian/changelog
debian/control

index 57f7b65..5082c8a 100644 (file)
@@ -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
index e4da295..e769cb1 100644 (file)
@@ -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