summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ef5d06c915..4437fa7008 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -149,7 +149,7 @@ P = "${PN}-${PV}"
149# Base package name 149# Base package name
150# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" 150# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"
151# otherwise it is the same as PN and P 151# otherwise it is the same as PN and P
152SPECIAL_PKGSUFFIX = "-native -cross-sdk -cross -nativesdk -initial -intermediate" 152SPECIAL_PKGSUFFIX = "-native -cross -initial -intermediate -nativesdk -crosssdk -cross-canadian"
153BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}" 153BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}"
154BP = "${BPN}-${PV}" 154BP = "${BPN}-${PV}"
155 155