From 8307f38ff175148097f9cf6d16d20724278ca446 Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Wed, 17 Feb 2021 14:05:54 +0900 Subject: [PATCH] [ML-API] Use capi-ml-inference package instead of capi-nnstreamer The name of capi-nnstreamer and its pc file is changed to capi-ml-inference. To build without any errors, this patch updates its related information. Change-Id: I07bd118b90232d517fdb48f8bc1ef05b469bd477 Signed-off-by: Sangjung Woo --- CMakeLists.txt | 2 +- packaging/inference-engine-mlapi.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 010a06f..a5031c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) SET(INC_DIR "${PROJECT_SOURCE_DIR}/include") -SET(dependents "dlog inference-engine-interface-common capi-nnstreamer") +SET(dependents "dlog inference-engine-interface-common capi-ml-inference") INCLUDE(FindPkgConfig) pkg_check_modules(${fw_name} REQUIRED ${dependents}) diff --git a/packaging/inference-engine-mlapi.spec b/packaging/inference-engine-mlapi.spec index 1ea50ae..02818ae 100644 --- a/packaging/inference-engine-mlapi.spec +++ b/packaging/inference-engine-mlapi.spec @@ -12,7 +12,7 @@ BuildRequires: cmake BuildRequires: python BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(inference-engine-interface-common) -BuildRequires: capi-nnstreamer-devel +BuildRequires: pkgconfig(capi-ml-inference) %description ML Single API backend of NNStreamer for MediaVision -- 2.34.1