native.bbclass: Change prefix so its within the build-arch directory, hence moving...
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 28 Jan 2008 23:00:13 +0000 (23:00 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Mon, 28 Jan 2008 23:00:13 +0000 (23:00 +0000)
classes/native.bbclass

index d51c675..934303c 100644 (file)
@@ -49,9 +49,9 @@ export STRIP = "${HOST_PREFIX}strip"
 
 
 # Path prefixes
-base_prefix = "${exec_prefix}"
-prefix = "${STAGING_DIR}"
-exec_prefix = "${STAGING_DIR}/${BUILD_ARCH}-${BUILD_OS}"
+base_prefix = "${STAGING_DIR}/${BUILD_ARCH}-${BUILD_OS}"
+prefix = "${base_prefix}"
+exec_prefix = "${base_prefix}"
 
 # Base paths
 base_bindir = "${base_prefix}/bin"