diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-07-24 14:04:10 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-07-25 14:17:17 +0800 |
| commit | 16440b8339154694a457a47db6ca73cc83850038 (patch) | |
| tree | 20083e5d1d588c375c068b85c3f6a5714eb89396 /dynamic-layers/openembedded-layer | |
| parent | b4a10cc9706dae8458696cd1965129fdc6530ea4 (diff) | |
| download | meta-intel-16440b8339154694a457a47db6ca73cc83850038.tar.gz | |
ipmctl : set a baseline policy version for cmake
Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1].
Set a baseline policy version for CMake using
CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix.
[1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb index 7b95ffe4..eec0f8b5 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb | |||
| @@ -30,7 +30,9 @@ inherit cmake dos2unix | |||
| 30 | 30 | ||
| 31 | DEPENDS = "ndctl pkgconfig-native" | 31 | DEPENDS = "ndctl pkgconfig-native" |
| 32 | 32 | ||
| 33 | EXTRA_OECMAKE = "-DRELEASE=ON" | 33 | EXTRA_OECMAKE = "-DRELEASE=ON \ |
| 34 | -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ | ||
| 35 | " | ||
| 34 | 36 | ||
| 35 | do_configure:prepend() { | 37 | do_configure:prepend() { |
| 36 | for dir in BaseTools MdeModulePkg MdePkg ShellPkg ; do | 38 | for dir in BaseTools MdeModulePkg MdePkg ShellPkg ; do |
