[OE-core] [PATCH] iw: fix build path

Pushpal Sidhu psidhu at gateworks.com
Fri Oct 16 00:57:21 UTC 2015


The source get's checked out into ${PN}-${PV}, not 'build'. Currently, building
iw is broken because none of the source files are found.

Signed-off-by: Pushpal Sidhu <psidhu at gateworks.com>
---
 meta/recipes-connectivity/iw/iw_4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/iw/iw_4.1.bb b/meta/recipes-connectivity/iw/iw_4.1.bb
index fafb0e3..710b484 100644
--- a/meta/recipes-connectivity/iw/iw_4.1.bb
+++ b/meta/recipes-connectivity/iw/iw_4.1.bb
@@ -26,7 +26,7 @@ EXTRA_OEMAKE = "\
     'SBINDIR=${sbindir}' \
     'MANDIR=${mandir}' \
 "
-B = "${WORKDIR}/build"
+S = "${WORKDIR}/${PN}-${PV}"
 
 do_install() {
     oe_runmake 'DESTDIR=${D}' install
-- 
2.6.0




More information about the Openembedded-core mailing list