git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591b126
)
native.bbclass: Change prefix so its within the build-arch directory, hence moving...
author
Richard Purdie
<rpurdie@rpsys.net>
Mon, 28 Jan 2008 23:00:13 +0000
(23:00 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Mon, 28 Jan 2008 23:00:13 +0000
(23:00 +0000)
classes/native.bbclass
patch
|
blob
|
history
diff --git
a/classes/native.bbclass
b/classes/native.bbclass
index
d51c675
..
934303c
100644
(file)
--- a/
classes/native.bbclass
+++ b/
classes/native.bbclass
@@
-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"