From: Christopher Larson Date: Fri, 28 Aug 2015 20:23:01 +0000 (-0700) Subject: iw: obey our target path variables X-Git-Tag: 2015-10~653 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f20463ceb90c7f188cc63d554ce70cfea49df985;p=openembedded-core.git iw: obey our target path variables Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/iw/iw_4.1.bb b/meta/recipes-connectivity/iw/iw_4.1.bb index 556af2b800..8e278621e6 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 }