Browse Source

dlm: Disable fcf-protection on riscv32

Its not available on RISCV

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 8 months ago
parent
commit
a730c21ea1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meta-networking/recipes-extended/dlm/dlm_4.2.0.bb

+ 1 - 0
meta-networking/recipes-extended/dlm/dlm_4.2.0.bb

@@ -37,6 +37,7 @@ SYSTEMD_AUTO_ENABLE = "enable"
 export EXTRA_OEMAKE = ""
 
 CFPROTECTION ?= "-fcf-protection=full"
+CFPROTECTION:riscv32 = ""
 CFPROTECTION:riscv64 = ""
 CFPROTECTION:arm = ""
 CFPROTECTION:aarch64 = ""