diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/pax-utils/pax-utils-native_0.1.13.bb | 2 | ||||
-rw-r--r-- | recipes/pax-utils/pax-utils-native_0.1.19.bb | 2 |
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() { |