From 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 2 Jan 2009 14:01:27 +0000 Subject: bitbake.conf: In SPECIAL_PKGSUFFIX -cross-sdk must come before -cross and -sdk or it doesn't work as expected --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" # 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}" -- cgit v1.2.3-54-g00ecf