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:
Etienne Cordonnier 2025-04-13 15:00:58 +02:00 committed by Khem Raj
parent 34a59ac429
commit f69ba1d682
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"