From 1d515df2f235fb6b5e24db3f8f2f12aa7e7ce4e0 Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Mon, 11 May 2020 17:54:38 +0900 Subject: [PATCH] packaging: drop capi-base-common dependency capi-bace-common package isn't required anymore. Change-Id: I49afc28d97ddf8f7be808c16a3d6ccf72e07b25f Signed-off-by: Inki Dae --- CMakeLists.txt | 2 -- packaging/inference-engine-interface.spec | 1 - 2 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee4669a..5d1646a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,6 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(INC_DIR "${PROJECT_SOURCE_DIR}/include") SET(dependents "dlog iniparser") -SET(pc_dependents "capi-base-common") INCLUDE(FindPkgConfig) pkg_check_modules(${fw_name_common} REQUIRED ${dependents}) @@ -53,7 +52,6 @@ INSTALL( ) SET(PC_NAME ${fw_name_common}) -SET(PC_REQUIRED ${pc_dependents}) SET(PC_LDFLAGS -l${fw_name_common}) SET(PC_CFLAGS -I\${includedir}/media) diff --git a/packaging/inference-engine-interface.spec b/packaging/inference-engine-interface.spec index c5a8826..c7ec666 100644 --- a/packaging/inference-engine-interface.spec +++ b/packaging/inference-engine-interface.spec @@ -8,7 +8,6 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(libtzplatform-config) -BuildRequires: pkgconfig(capi-base-common) BuildRequires: pkgconfig(python) BuildRequires: pkgconfig(iniparser) BuildRequires: gtest-devel -- 2.34.1