diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-18 21:02:19 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-18 21:02:19 -0400 |
commit | c743ae38e9b19d3c0155c68fc893d5eceee76e5a (patch) | |
tree | 22d78b2567bf07a1e7a4f71900d47d3f2dc53746 /recipes/pax-utils/pax-utils-native_0.1.13.bb | |
parent | 196c8b546066b5635369d1b650a9e16b27378175 (diff) |
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/pax-utils-native_0.1.13.bb')
-rw-r--r-- | recipes/pax-utils/pax-utils-native_0.1.13.bb | 2 |
1 files changed, 1 insertions, 1 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() { |