summaryrefslogtreecommitdiffstats
path: root/meta/classes/uboot-config.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/uboot-config.bbclass')
-rw-r--r--meta/classes/uboot-config.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/uboot-config.bbclass b/meta/classes/uboot-config.bbclass
index e8da8c7452..9889d026fa 100644
--- a/meta/classes/uboot-config.bbclass
+++ b/meta/classes/uboot-config.bbclass
@@ -10,6 +10,9 @@
10# UBOOT_MACHINE = "config" 10# UBOOT_MACHINE = "config"
11# 11#
12# Copyright 2013, 2014 (C) O.S. Systems Software LTDA. 12# Copyright 2013, 2014 (C) O.S. Systems Software LTDA.
13#
14# SPDX-License-Identifier: MIT
15
13 16
14def removesuffix(s, suffix): 17def removesuffix(s, suffix):
15 if suffix and s.endswith(suffix): 18 if suffix and s.endswith(suffix):