mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
source-highlight: fix multibuild build error
The multibuild build of lib32-source-highlight was failing with: ``` ERROR: Nothing PROVIDES 'lib32-source-highlight-native' (but virtual:multilib:lib32:meta-oe/meta-oe/recipes-support/source-highlight/source-highlight_git.bb DEPENDS on or otherwise requires it). Close matches: lib32-source-highlight source-highlight source-highlight-native ``` Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
34a59ac429
commit
f69ba1d682
@@ -14,7 +14,7 @@ inherit autotools pkgconfig
|
|||||||
|
|
||||||
DEPENDS:append = " bison-native boost"
|
DEPENDS:append = " bison-native boost"
|
||||||
|
|
||||||
DEPENDS:append:class-target = " ${PN}-native"
|
DEPENDS:append:class-target = " ${BPN}-native"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-boost-regex=boost_regex"
|
EXTRA_OECONF = "--with-boost-regex=boost_regex"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user