diff options
-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 | ||