From: Yongjoo Ahn Date: Fri, 7 Mar 2025 07:07:36 +0000 (+0900) Subject: [build] Remove non-rootstrap deps X-Git-Tag: accepted/tizen/unified/x/20250312.193759~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a39356a9e72355503b4fc99c7f09ca73e6afa20;p=platform%2Fhal%2Fbackend%2Fml-accelerator.git [build] Remove non-rootstrap deps - Remove non-rootstrap dependencies. They should be in the hal-rootstrap. Signed-off-by: Yongjoo Ahn --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3749160..d530ded 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,8 +32,6 @@ ${PROJECT_SOURCE_DIR}/src/hal-backend-ml-vivante.cc SET(VIVANTE_LIBRARY_NAME "hal-backend-ml-vivante") pkg_check_modules(vivante_build_dep_pkgs REQUIRED hal-rootstrap - ovxlib - amlogic-vsi-npu-sdk ) FOREACH(flag ${vivante_build_dep_pkgs_CFLAGS}) @@ -50,7 +48,6 @@ ENDIF() IF(ENABLE_SNPE) pkg_check_modules(snpe_build_dep_pkgs REQUIRED hal-rootstrap - snpe ) FOREACH(flag ${snpe_build_dep_pkgs_CFLAGS}) diff --git a/packaging/hal-backend-ml-accelerator.spec b/packaging/hal-backend-ml-accelerator.spec index 5f59807..b61ed25 100644 --- a/packaging/hal-backend-ml-accelerator.spec +++ b/packaging/hal-backend-ml-accelerator.spec @@ -15,14 +15,11 @@ BuildRequires: pkgconfig(hal-rootstrap) ## For meson board %if 0%{?_with_meson64} %define vivante_support 1 -BuildRequires: pkgconfig(ovxlib) -BuildRequires: pkgconfig(amlogic-vsi-npu-sdk) %endif ## For qrb board %if 0%{?_with_qrb4210} %define snpe_support 1 -BuildRequires: snpe-devel %endif %endif # For DA @@ -44,7 +41,6 @@ Summary: hal-backend-ml-accelerator for vivante %if 0%{?snpe_support} %package snpe Summary: hal-backend-ml-accelerator for snpe -Requires: snpe %description snpe %define enable_snpe -DENABLE_SNPE=ON %endif