This avoids generating RRECOMMENDS settings automatically for ispc-dev. This helps with SDK images installing -dev packages, which pull in optional packages from RRECOMMENDS, which in turn can conflict with each other.
Since ispc is built against clang15, packaging added clang15-dev to ispc-dev, which conflicts with llvm-dev and clang-dev. Signed-off-by: Zoltán Böszörményi <[email protected]> --- dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.24.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.24.0.bb b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.24.0.bb index f40e445c..534e3813 100644 --- a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.24.0.bb +++ b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.24.0.bb @@ -24,6 +24,8 @@ DEPENDS += " clang-native bison-native flex-native" DEPENDS:append:class-target = " clang" RDEPENDS:${PN}-ptest += " python3-multiprocessing" +RRECOMMENDS:ispc-dev[nodeprrecs] = "1" + PACKAGECONFIG ??= "tbb" PACKAGECONFIG[tbb] = "-DISPCRT_BUILD_TASK_MODEL=TBB, -DISPCRT_BUILD_TASK_MODEL=OpenMP, tbb" -- 2.52.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8677): https://lists.yoctoproject.org/g/meta-intel/message/8677 Mute This Topic: https://lists.yoctoproject.org/mt/117381457/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
