summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 f5031f0b01..67de34ef8e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -146,7 +146,7 @@ P = "${PN}-${PV}"
146# Base package name 146# Base package name
147# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" 147# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"
148# otherwise it is the same as PN and P 148# otherwise it is the same as PN and P
149SPECIAL_PKGSUFFIX = "-native -cross-sdk -cross -sdk -initial -intermediate" 149SPECIAL_PKGSUFFIX = "-native -cross-sdk -cross -nativesdk -initial -intermediate"
150BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}" 150BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}"
151BP = "${BPN}-${PV}" 151BP = "${BPN}-${PV}"
152 152