From 57f1ff43e5f5350589712e5cbb8567ec889152f1 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Fri, 11 Apr 2025 23:33:58 -0400 Subject: [PATCH] source-highlight: Fix warning : lack of whitespace around assignment Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../recipes-support/source-highlight/source-highlight_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" DEPENDS:append:class-target = " ${PN}-native" -EXTRA_OECONF="--with-boost-regex=boost_regex" +EXTRA_OECONF = "--with-boost-regex=boost_regex" BBCLASSEXTEND = "native nativesdk"