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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
