[oe-commits] Christopher Larson : iw: obey our target path variables

git at git.openembedded.org git at git.openembedded.org
Mon Aug 31 11:44:16 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: f20463ceb90c7f188cc63d554ce70cfea49df985
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f20463ceb90c7f188cc63d554ce70cfea49df985

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Fri Aug 28 13:23:01 2015 -0700

iw: obey our target path variables

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/iw/iw_4.1.bb | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/iw/iw_4.1.bb b/meta/recipes-connectivity/iw/iw_4.1.bb
index 556af2b..8e27862 100644
--- a/meta/recipes-connectivity/iw/iw_4.1.bb
+++ b/meta/recipes-connectivity/iw/iw_4.1.bb
@@ -18,8 +18,12 @@ SRC_URI[sha256sum] = "14bfc627b37f7f607e4ffa63a70ded15fa2ea85177f703cb17d7fe36f9
 
 inherit pkgconfig
 
-EXTRA_OEMAKE = ""
+EXTRA_OEMAKE = "\
+    'PREFIX=${prefix}' \
+    'SBINDIR=${sbindir}' \
+    'MANDIR=${mandir}' \
+"
 
 do_install() {
-    oe_runmake DESTDIR=${D} install
+    oe_runmake 'DESTDIR=${D}' install
 }



More information about the Openembedded-commits mailing list