mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 23:35:34 +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:
parent
34a59ac429
commit
f69ba1d682
@ -14,7 +14,7 @@ inherit autotools pkgconfig
|
||||
|
||||
DEPENDS:append = " bison-native boost"
|
||||
|
||||
DEPENDS:append:class-target = " ${PN}-native"
|
||||
DEPENDS:append:class-target = " ${BPN}-native"
|
||||
|
||||
EXTRA_OECONF = "--with-boost-regex=boost_regex"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user