From f1b9bf5f10a03b357fc9dc58c0fa0614baf6b855 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 21 Apr 2025 07:56:18 +0800 Subject: recipes: Fix variable assignment whitespace Signed-off-by: Naveen Saini --- dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb | 2 +- dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb | 2 +- .../dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb | 2 +- .../dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb index bdf32576..99a45898 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb @@ -19,7 +19,7 @@ PACKAGECONFIG ??= "connman" PACKAGECONFIG[connman] = "-DNETWORK_CN=ON, -DNETWORK_CN=OFF, connman" PACKAGECONFIG[networkmanager] = "-DNETWORK_NM=ON, -DNETWORK_NM=OFF, networkmanager" -REQUIRED_DISTRO_FEATURES= "systemd" +REQUIRED_DISTRO_FEATURES = "systemd" FILES:${PN} += "${datadir}/dbus-1/system-services/*.service" diff --git a/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb b/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb index 55107397..77797041 100644 --- a/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb @@ -29,7 +29,7 @@ RDEPENDS:${PN}-ptest += " python3-multiprocessing" PACKAGECONFIG ??= "tbb" PACKAGECONFIG[tbb] = "-DISPCRT_BUILD_TASK_MODEL=TBB, -DISPCRT_BUILD_TASK_MODEL=OpenMP, tbb" -YFLAGS='-d -t -v -y --file-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}' +YFLAGS = '-d -t -v -y --file-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}' do_configure:prepend() { sed -i -e 's#\${BISON_EXECUTABLE}.*#\${BISON_EXECUTABLE} ${YFLAGS} #g' ${S}/CMakeLists.txt diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb index cedbae1e..d881610f 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb @@ -8,7 +8,7 @@ and compatible processors." HOMEPAGE = "https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html" -LICENSE="EULA" +LICENSE = "EULA" COMPILERMAINVER = "2024.0" diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb index 90ada087..74af3f93 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb @@ -8,7 +8,7 @@ and compatible processors." HOMEPAGE = "https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html" -LICENSE="EULA" +LICENSE = "EULA" COMPILERMAINVER = "2024.0" -- cgit v1.2.3-54-g00ecf