diff options
-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 0c03cc4ec4..d6744a487e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -147,7 +147,7 @@ P = "${PN}-${PV}" | |||
147 | # Base package name | 147 | # Base package name |
148 | # Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" | 148 | # Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" |
149 | # otherwise it is the same as PN and P | 149 | # otherwise it is the same as PN and P |
150 | SPECIAL_PKGSUFFIX = "-native -cross -sdk -cross-sdk -initial -intermediate" | 150 | SPECIAL_PKGSUFFIX = "-native -cross-sdk -cross -sdk -initial -intermediate" |
151 | BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}" | 151 | BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}" |
152 | BP = "${BPN}-${PV}" | 152 | BP = "${BPN}-${PV}" |
153 | 153 | ||