diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2025-04-13 15:00:58 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-15 12:52:17 -0700 |
commit | f69ba1d682950f0851a7eb41ddf7db387bd76d4e (patch) | |
tree | f820c8589f4c6ec065defbdb1c7840810192cfe9 | |
parent | 34a59ac429897e54b77a12c93a9842692ff90028 (diff) | |
download | meta-openembedded-f69ba1d682950f0851a7eb41ddf7db387bd76d4e.tar.gz |
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>
-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 e4d90184e4..109af2cfe9 100644 --- a/meta-oe/recipes-support/source-highlight/source-highlight_git.bb +++ b/meta-oe/recipes-support/source-highlight/source-highlight_git.bb | |||
@@ -14,7 +14,7 @@ inherit autotools pkgconfig | |||
14 | 14 | ||
15 | DEPENDS:append = " bison-native boost" | 15 | DEPENDS:append = " bison-native boost" |
16 | 16 | ||
17 | DEPENDS:append:class-target = " ${PN}-native" | 17 | DEPENDS:append:class-target = " ${BPN}-native" |
18 | 18 | ||
19 | EXTRA_OECONF = "--with-boost-regex=boost_regex" | 19 | EXTRA_OECONF = "--with-boost-regex=boost_regex" |
20 | 20 | ||