summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/pth/pth_2.0.7.bb4
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=""
23inherit autotools binconfig pkgconfig 23inherit autotools binconfig pkgconfig
24 24
25do_configure() { 25do_configure() {
26 gnu-configize 26 ( cd ${S}; gnu-configize )
27 autoconf 27 ( cd ${S}; autoconf )
28 oe_runconf 28 oe_runconf
29} 29}