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:
6f71bee
)
pax-utils-native: Improve staging variables
author
Richard Purdie
<rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:31:29 +0000
(12:31 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:31:29 +0000
(12:31 +0000)
packages/pax-utils/pax-utils-native_0.1.13.bb
patch
|
blob
|
history
diff --git
a/packages/pax-utils/pax-utils-native_0.1.13.bb
b/packages/pax-utils/pax-utils-native_0.1.13.bb
index
52f5d59
..
5a56c01
100644
(file)
--- a/
packages/pax-utils/pax-utils-native_0.1.13.bb
+++ b/
packages/pax-utils/pax-utils-native_0.1.13.bb
@@
-3,7
+3,7
@@
inherit native
require pax-utils_${PV}.bb
do_stage() {
- oe_runmake PREFIX=${STAGING_DIR
}/${HOST_SYS
} install
+ oe_runmake PREFIX=${STAGING_DIR
_HOST}${layout_prefix
} install
}
do_install() {