diff options
-rw-r--r-- | meta/recipes-support/pth/pth_2.0.7.bb | 4 |
1 files 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 fc9ed16aca..8cbab7d822 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 } |