diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/native.bbclass | 4 |
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 |
53 | base_prefix = "${STAGING_DIR_NATIVE}" | 53 | base_prefix = "${STAGING_DIR_NATIVE}" |
54 | prefix = "${STAGING_DIR_NATIVE}/usr" | 54 | prefix = "${STAGING_DIR_NATIVE}${prefix_native}" |
55 | exec_prefix = "${STAGING_DIR_NATIVE}/usr" | 55 | exec_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 |
58 | STAGING_DIR_HOST = "" | 58 | STAGING_DIR_HOST = "" |