diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-04-11 23:33:58 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-11 20:51:29 -0700 |
commit | 57f1ff43e5f5350589712e5cbb8567ec889152f1 (patch) | |
tree | 8905f3ae5e5b465f866dc209eb2961d0c99a885e | |
parent | 285142657be99788beaa5ec710d38639ac3098f1 (diff) | |
download | meta-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.bb | 2 |
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 | ||
17 | DEPENDS:append:class-target = " ${PN}-native" | 17 | DEPENDS:append:class-target = " ${PN}-native" |
18 | 18 | ||
19 | EXTRA_OECONF="--with-boost-regex=boost_regex" | 19 | EXTRA_OECONF = "--with-boost-regex=boost_regex" |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
22 | 22 | ||