From a1ac7dc547c4169e78aaf76fcf9ef45569ae16bb Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Wed, 30 Aug 2023 14:43:15 +0800 Subject: intel-oneapi-ipp: disable INHIBIT_DEFAULT_DEPS poky commit b7b382101b401deda2df5e7f71e581d8ced51f5f enabled INHIBIT_DEFAULT_DEPS in bin_package that removes compiler and C libraries from DEPENDS. which causes do_package_qa failures: | libippvm.so.10.6 contained in package intel-oneapi-ipp requires libdl.so.2(GLIBC_2.2.5)(64bit), but no providers found in RDEPENDS:intel-oneapi-ipp? [file-rdeps] | libippvm.so.10.6 contained in package intel-oneapi-ipp requires libc.so.6(GLIBC_2.3.4)(64bit), but no providers found in RDEPENDS:intel-oneapi-ipp? [file-rdeps] | libippvmy8.so.10.6 contained in package intel-oneapi-ipp requires libm.so.6()(64bit), but no providers found in RDEPENDS:intel-oneapi-ipp? [file-rdeps] Disable INHIBIT_DEFAULT_DEPS locally in recipe for now. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../recipes-oneapi/ipp/intel-oneapi-ipp_2021.7.0-25396.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ipp/intel-oneapi-ipp_2021.7.0-25396.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ipp/intel-oneapi-ipp_2021.7.0-25396.bb index aa90d4d3..e144f362 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ipp/intel-oneapi-ipp_2021.7.0-25396.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ipp/intel-oneapi-ipp_2021.7.0-25396.bb @@ -30,6 +30,7 @@ inherit bin_package INHIBIT_PACKAGE_STRIP = "1" INHIBIT_PACKAGE_DEBUG_SPLIT = "1" +INHIBIT_DEFAULT_DEPS = "" RDEPENDS:${PN} += "tbb setup-intel-oneapi-env" INSANE_SKIP:${PN} += "ldflags dev-so" -- cgit v1.2.3-54-g00ecf