Ensure the autotools commands are executed in ${S} to allow out of tree
builds to work.Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-support/pth/pth_2.0.7.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support/pth/pth_2.0.7.bb index fc9ed16..8cbab7d 100644 --- a/meta/recipes-support/pth/pth_2.0.7.bb +++ b/meta/recipes-support/pth/pth_2.0.7.bb @@ -23,7 +23,7 @@ PARALLEL_MAKE="" inherit autotools binconfig pkgconfig do_configure() { - gnu-configize - autoconf + ( cd ${S}; gnu-configize ) + ( cd ${S}; autoconf ) oe_runconf } -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
