aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pax-utils
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-06-18 21:02:19 -0400
committerTom Rini <trini@embeddedalley.com>2009-06-18 21:02:19 -0400
commitc743ae38e9b19d3c0155c68fc893d5eceee76e5a (patch)
tree22d78b2567bf07a1e7a4f71900d47d3f2dc53746 /recipes/pax-utils
parent196c8b546066b5635369d1b650a9e16b27378175 (diff)
downloadopenembedded-c743ae38e9b19d3c0155c68fc893d5eceee76e5a.tar.gz
pax-utils-native: Install into layout_exec_prefix not layout_prefix
STAGING_BINDIR_NATIVE uses layout_exec_prefix so we need to install there.
Diffstat (limited to 'recipes/pax-utils')
-rw-r--r--recipes/pax-utils/pax-utils-native_0.1.13.bb2
-rw-r--r--recipes/pax-utils/pax-utils-native_0.1.19.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pax-utils/pax-utils-native_0.1.13.bb b/recipes/pax-utils/pax-utils-native_0.1.13.bb
index 5a56c01aa4..633e0781f0 100644
--- a/recipes/pax-utils/pax-utils-native_0.1.13.bb
+++ b/recipes/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}${layout_prefix} install
+ oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_exec_prefix} install
}
do_install() {
diff --git a/recipes/pax-utils/pax-utils-native_0.1.19.bb b/recipes/pax-utils/pax-utils-native_0.1.19.bb
index 5a56c01aa4..633e0781f0 100644
--- a/recipes/pax-utils/pax-utils-native_0.1.19.bb
+++ b/recipes/pax-utils/pax-utils-native_0.1.19.bb
@@ -3,7 +3,7 @@ inherit native
require pax-utils_${PV}.bb
do_stage() {
- oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_prefix} install
+ oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_exec_prefix} install
}
do_install() {