From f20463ceb90c7f188cc63d554ce70cfea49df985 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Fri, 28 Aug 2015 13:23:01 -0700 Subject: iw: obey our target path variables Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- meta/recipes-connectivity/iw/iw_4.1.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meta/recipes-connectivity') 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 } -- cgit 1.2.3-korg