From: Richard Purdie Date: Wed, 16 Sep 2009 23:56:15 +0000 (+0100) Subject: native.bbclass: Use prefix_native variable X-Git-Tag: 2011-1~6976 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5912ab1de17da4538223096f009dd5e8e31ab4d2;p=openembedded-core.git native.bbclass: Use prefix_native variable Signed-off-by: Richard Purdie --- 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 = ""