aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssh/openssh_8.%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/openssh/openssh_8.%.bbappend')
-rw-r--r--recipes-connectivity/openssh/openssh_8.%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/openssh/openssh_8.%.bbappend b/recipes-connectivity/openssh/openssh_8.%.bbappend
index 07799f6..a2e3aca 100644
--- a/recipes-connectivity/openssh/openssh_8.%.bbappend
+++ b/recipes-connectivity/openssh/openssh_8.%.bbappend
@@ -1,4 +1,4 @@
FIPSINC = ""
-FIPSINC_class-target = "${@'' if d.getVar('OPENSSL_FIPS_ENABLED', True) != '1' else 'openssh_fips.inc'}"
+FIPSINC:class-target = "${@'' if d.getVar('OPENSSL_FIPS_ENABLED', True) != '1' else 'openssh_fips.inc'}"
require ${FIPSINC}