summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-09-17 00:56:15 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-17 22:25:23 +0100
commit5912ab1de17da4538223096f009dd5e8e31ab4d2 (patch)
tree57d64d4f1935724320ebcd4c6e14c62169e2b068 /meta/classes/native.bbclass
parent0768f596eb2c400a0082e1816e9f976d9615faa9 (diff)
downloadpoky-5912ab1de17da4538223096f009dd5e8e31ab4d2.tar.gz
native.bbclass: Use prefix_native variable
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 5da766426f..7064c951a3 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -51,8 +51,8 @@ export STRIP = "${HOST_PREFIX}strip"
51 51
52# Path prefixes 52# Path prefixes
53base_prefix = "${STAGING_DIR_NATIVE}" 53base_prefix = "${STAGING_DIR_NATIVE}"
54prefix = "${STAGING_DIR_NATIVE}/usr" 54prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
55exec_prefix = "${STAGING_DIR_NATIVE}/usr" 55exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
56 56
57# Since we actually install these into situ there is no staging prefix 57# Since we actually install these into situ there is no staging prefix
58STAGING_DIR_HOST = "" 58STAGING_DIR_HOST = ""