diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-08-13 13:34:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 13:34:42 -0300 |
commit | 7a928a20d1629fea8814a27442a1817c17296417 (patch) | |
tree | 7b18e1bf1401cb9ebd0ceb5f36767be935229d53 /classes/fsl-u-boot-localversion.bbclass | |
parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
parent | 229b84b66aa2eebd3947505a49f5711e5ea96466 (diff) | |
download | meta-freescale-7a928a20d1629fea8814a27442a1817c17296417.tar.gz |
Merge pull request #837 from YoeDistro/yoe/mut
Convert to new override syntax
Diffstat (limited to 'classes/fsl-u-boot-localversion.bbclass')
-rw-r--r-- | classes/fsl-u-boot-localversion.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/fsl-u-boot-localversion.bbclass b/classes/fsl-u-boot-localversion.bbclass index 617aae1d..ebde8ea7 100644 --- a/classes/fsl-u-boot-localversion.bbclass +++ b/classes/fsl-u-boot-localversion.bbclass | |||
@@ -14,7 +14,7 @@ LOCALVERSION ??= "+fslc" | |||
14 | 14 | ||
15 | UBOOT_LOCALVERSION = "${LOCALVERSION}" | 15 | UBOOT_LOCALVERSION = "${LOCALVERSION}" |
16 | 16 | ||
17 | do_compile_prepend() { | 17 | do_compile:prepend() { |
18 | if [ "${SCMVERSION}" = "y" ]; then | 18 | if [ "${SCMVERSION}" = "y" ]; then |
19 | # Add GIT revision to the local version | 19 | # Add GIT revision to the local version |
20 | head=`cd ${S} ; git rev-parse --verify --short HEAD 2> /dev/null` | 20 | head=`cd ${S} ; git rev-parse --verify --short HEAD 2> /dev/null` |