diff options
-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 | ||