[oe-commits] Tom Rini : pax-utils-native: Install into layout_exec_prefix not layout_prefix

git version control git at git.openembedded.org
Fri Jun 19 01:01:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c743ae38e9b19d3c0155c68fc893d5eceee76e5a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c743ae38e9b19d3c0155c68fc893d5eceee76e5a

Author: Tom Rini <trini at embeddedalley.com>
Date:   Thu Jun 18 21:02:19 2009 -0400

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(-)

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 5a56c01..633e078 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 5a56c01..633e078 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() {





More information about the Openembedded-commits mailing list