summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-04-11 23:33:58 -0400
committerKhem Raj <raj.khem@gmail.com>2025-04-11 20:51:29 -0700
commit57f1ff43e5f5350589712e5cbb8567ec889152f1 (patch)
tree8905f3ae5e5b465f866dc209eb2961d0c99a885e
parent285142657be99788beaa5ec710d38639ac3098f1 (diff)
downloadmeta-openembedded-57f1ff43e5f5350589712e5cbb8567ec889152f1.tar.gz
source-highlight: Fix warning : lack of whitespace around assignment
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/source-highlight/source-highlight_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/source-highlight/source-highlight_git.bb b/meta-oe/recipes-support/source-highlight/source-highlight_git.bb
index ad5085250c..24e6c7ce9f 100644
--- a/meta-oe/recipes-support/source-highlight/source-highlight_git.bb
+++ b/meta-oe/recipes-support/source-highlight/source-highlight_git.bb
@@ -16,7 +16,7 @@ DEPENDS:append = " bison-native boost"
16 16
17DEPENDS:append:class-target = " ${PN}-native" 17DEPENDS:append:class-target = " ${PN}-native"
18 18
19EXTRA_OECONF="--with-boost-regex=boost_regex" 19EXTRA_OECONF = "--with-boost-regex=boost_regex"
20 20
21BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"
22 22