pax-utils-native: Install into layout_exec_prefix not layout_prefix
authorTom Rini <trini@embeddedalley.com>
Fri, 19 Jun 2009 01:02:19 +0000 (21:02 -0400)
committerTom Rini <trini@embeddedalley.com>
Fri, 19 Jun 2009 01:02:19 +0000 (21:02 -0400)
STAGING_BINDIR_NATIVE uses layout_exec_prefix so we need to install there.

recipes/pax-utils/pax-utils-native_0.1.13.bb
recipes/pax-utils/pax-utils-native_0.1.19.bb

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