From 5912ab1de17da4538223096f009dd5e8e31ab4d2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 17 Sep 2009 00:56:15 +0100 Subject: native.bbclass: Use prefix_native variable Signed-off-by: Richard Purdie --- meta/classes/native.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/classes/native.bbclass') 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" # Path prefixes base_prefix = "${STAGING_DIR_NATIVE}" -prefix = "${STAGING_DIR_NATIVE}/usr" -exec_prefix = "${STAGING_DIR_NATIVE}/usr" +prefix = "${STAGING_DIR_NATIVE}${prefix_native}" +exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}" # Since we actually install these into situ there is no staging prefix STAGING_DIR_HOST = "" -- cgit v1.2.3-54-g00ecf