diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 00:05:34 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 22:25:22 +0100 |
commit | 0d7207ca39d1671682f9467a804766b151048573 (patch) | |
tree | 88a9b9b8588d8df986f4d6f0f4a232ec41841261 /meta/conf | |
parent | af85ce4b4e675feb5796f87137c86d70c2f15b9a (diff) | |
download | openembedded-core-0d7207ca39d1671682f9467a804766b151048573.tar.gz openembedded-core-0d7207ca39d1671682f9467a804766b151048573.tar.bz2 openembedded-core-0d7207ca39d1671682f9467a804766b151048573.zip |
sdk.bbclass: Rename to nativesdk.bbclass
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/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 f5031f0b01..67de34ef8e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -146,7 +146,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 -nativesdk -initial -intermediate" BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}" BP = "${BPN}-${PV}" |