diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-01-16 23:26:23 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-01-16 23:26:23 -0500 |
commit | 04c9615b938eaabfbadc99c1707eb44657c95a61 (patch) | |
tree | 78519400a9878cfe632315269ddcd7f66f38b580 /classes | |
parent | faf3b9049506eaf559a4c1ee42c587b9ebdae0fc (diff) |
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')
-rw-r--r-- | classes/sdk.bbclass | 2 |
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}" |