summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
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 = ""