diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 01416ba741..1473bfb082 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -220,7 +220,7 @@ EXTENDPKGV ?= "${EXTENDPKGEVER}${PKGV}-${PKGR}" | |||
220 | # Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" | 220 | # Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" |
221 | # otherwise it is the same as PN and P | 221 | # otherwise it is the same as PN and P |
222 | SPECIAL_PKGSUFFIX = "-native -cross -initial -intermediate -crosssdk -cross-canadian" | 222 | SPECIAL_PKGSUFFIX = "-native -cross -initial -intermediate -crosssdk -cross-canadian" |
223 | BPN = "${@base_prune_suffix(d.getVar('PN'), d.getVar('SPECIAL_PKGSUFFIX').split(), d)}" | 223 | BPN = "${@oe.utils.prune_suffix(d.getVar('PN'), d.getVar('SPECIAL_PKGSUFFIX').split(), d)}" |
224 | BP = "${BPN}-${PV}" | 224 | BP = "${BPN}-${PV}" |
225 | 225 | ||
226 | # Package info. | 226 | # Package info. |