aboutsummaryrefslogtreecommitdiffstats
path: root/classes/nativesdk.bbclass
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-10-15 10:32:28 +0000
committerKoen Kooi <koen@openembedded.org>2010-10-15 22:51:18 +0200
commitfb8697d9dfd35b4195ddfdf64f1c459ffadd437e (patch)
tree03774558768002f14eb13b3fe8e78eca906a9492 /classes/nativesdk.bbclass
parent7f1535cef307eeaac1f4372b7682f69414d0d939 (diff)
downloadopenembedded-fb8697d9dfd35b4195ddfdf64f1c459ffadd437e.tar.gz
Fix class OVERRIDES order
* Changed the OVERRIDES settings in the classes to use the new ordering. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'classes/nativesdk.bbclass')
-rw-r--r--classes/nativesdk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/nativesdk.bbclass b/classes/nativesdk.bbclass
index f3f993033f..6f2153436a 100644
--- a/classes/nativesdk.bbclass
+++ b/classes/nativesdk.bbclass
@@ -52,7 +52,7 @@ export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
ORIG_DEPENDS := "${DEPENDS}"
DEPENDS_virtclass-nativesdk ?= "${ORIG_DEPENDS}"
-OVERRIDES .= ":virtclass-nativesdk"
+OVERRIDES =. "virtclass-nativesdk:"
python __anonymous () {
pn = bb.data.getVar("PN", d, True)