summaryrefslogtreecommitdiff
path: root/classes/toradex-kernel-localversion.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/toradex-kernel-localversion.bbclass')
-rw-r--r--classes/toradex-kernel-localversion.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/toradex-kernel-localversion.bbclass b/classes/toradex-kernel-localversion.bbclass
index 319ba96..a60b3a6 100644
--- a/classes/toradex-kernel-localversion.bbclass
+++ b/classes/toradex-kernel-localversion.bbclass
@@ -16,7 +16,7 @@ TDX_VERSION ??= "0"
SCMVERSION ??= "y"
LOCALVERSION ?= "-${TDX_VERSION}"
-kernel_do_configure_append() {
+kernel_do_configure:append() {
kernel_configure_variable LOCALVERSION "\"${LOCALVERSION}\""
if [ "${SCMVERSION}" = "y" ]; then