mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
285142657b
commit
57f1ff43e5
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user