From 2a39356a9e72355503b4fc99c7f09ca73e6afa20 Mon Sep 17 00:00:00 2001 From: Yongjoo Ahn Date: Fri, 7 Mar 2025 16:07:36 +0900 Subject: [PATCH] [build] Remove non-rootstrap deps - Remove non-rootstrap dependencies. They should be in the hal-rootstrap. Signed-off-by: Yongjoo Ahn --- CMakeLists.txt | 3 --- packaging/hal-backend-ml-accelerator.spec | 4 ---- 2 files changed, 7 deletions(-) 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 -- 2.34.1