aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sdk.bbclass
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-01-16 23:26:23 -0500
committerTom Rini <trini@embeddedalley.com>2009-01-16 23:26:23 -0500
commit04c9615b938eaabfbadc99c1707eb44657c95a61 (patch)
tree78519400a9878cfe632315269ddcd7f66f38b580 /classes/sdk.bbclass
parentfaf3b9049506eaf559a4c1ee42c587b9ebdae0fc (diff)
downloadopenembedded-04c9615b938eaabfbadc99c1707eb44657c95a61.tar.gz
SDK: Rename 'SDK_PREFIX' to 'SDK_PATH' so that it has a meaning analogous to BUILD/TARGET/HOST
This isn't a big deal until we introduce the rest of the SDK variables for doing Canadian builds.
Diffstat (limited to 'classes/sdk.bbclass')
-rw-r--r--classes/sdk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdk.bbclass b/classes/sdk.bbclass
index da6cab9cd5..eb34bd04b5 100644
--- a/classes/sdk.bbclass
+++ b/classes/sdk.bbclass
@@ -28,7 +28,7 @@ CXXFLAGS = "${BUILD_CFLAGS}"
LDFLAGS = "${BUILD_LDFLAGS}"
# Path prefixes
-prefix = "${SDK_PREFIX}"
+prefix = "${SDK_PATH}"
exec_prefix = "${prefix}"
base_prefix = "${prefix}"