diff options
author | Christopher Larson <chris_larson@mentor.com> | 2015-08-28 13:23:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-01 11:43:57 +0100 |
commit | fbb8b53730689e14d0c8df7ae4ecd4837a1f9821 (patch) | |
tree | ebe620491424e0c73843726acbb4375b7c24efca /meta/recipes-connectivity | |
parent | eced78085ade48fe01c65c025eb64b838f03ef5f (diff) | |
download | poky-fbb8b53730689e14d0c8df7ae4ecd4837a1f9821.tar.gz |
iw: obey our target path variables
(From OE-Core rev: f20463ceb90c7f188cc63d554ce70cfea49df985)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/iw/iw_4.1.bb | 8 |
1 files 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 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 | |||
18 | 18 | ||
19 | inherit pkgconfig | 19 | inherit pkgconfig |
20 | 20 | ||
21 | EXTRA_OEMAKE = "" | 21 | EXTRA_OEMAKE = "\ |
22 | 'PREFIX=${prefix}' \ | ||
23 | 'SBINDIR=${sbindir}' \ | ||
24 | 'MANDIR=${mandir}' \ | ||
25 | " | ||
22 | 26 | ||
23 | do_install() { | 27 | do_install() { |
24 | oe_runmake DESTDIR=${D} install | 28 | oe_runmake 'DESTDIR=${D}' install |
25 | } | 29 | } |