From c743ae38e9b19d3c0155c68fc893d5eceee76e5a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 18 Jun 2009 21:02:19 -0400 Subject: pax-utils-native: Install into layout_exec_prefix not layout_prefix STAGING_BINDIR_NATIVE uses layout_exec_prefix so we need to install there. --- recipes/pax-utils/pax-utils-native_0.1.13.bb | 2 +- recipes/pax-utils/pax-utils-native_0.1.19.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') 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() { -- cgit 1.2.3-korg