summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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