mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
bitbake.conf: In SPECIAL_PKGSUFFIX -cross-sdk must come before -cross and -sdk or it doesn't work as expected
This commit is contained in:
@@ -147,7 +147,7 @@ P = "${PN}-${PV}"
|
||||
# Base package name
|
||||
# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"
|
||||
# otherwise it is the same as PN and P
|
||||
SPECIAL_PKGSUFFIX = "-native -cross -sdk -cross-sdk -initial -intermediate"
|
||||
SPECIAL_PKGSUFFIX = "-native -cross-sdk -cross -sdk -initial -intermediate"
|
||||
BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}"
|
||||
BP = "${BPN}-${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user