diff options
| -rw-r--r-- | meta/classes-recipe/autotools.bbclass | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index bffd8a7a05..948f8c183a 100644 --- a/meta/classes-recipe/autotools.bbclass +++ b/meta/classes-recipe/autotools.bbclass | |||
| @@ -206,11 +206,8 @@ autotools_do_configure() { | |||
| 206 | ACLOCAL="$ACLOCAL" autoreconf -Wcross -Wno-obsolete --verbose --install --force ${EXTRA_AUTORECONF} || die "autoreconf execution failed." | 206 | ACLOCAL="$ACLOCAL" autoreconf -Wcross -Wno-obsolete --verbose --install --force ${EXTRA_AUTORECONF} || die "autoreconf execution failed." |
| 207 | cd $olddir | 207 | cd $olddir |
| 208 | fi | 208 | fi |
| 209 | if [ -e ${CONFIGURE_SCRIPT} ]; then | 209 | |
| 210 | oe_runconf | 210 | oe_runconf |
| 211 | else | ||
| 212 | bbnote "nothing to configure" | ||
| 213 | fi | ||
| 214 | } | 211 | } |
| 215 | 212 | ||
| 216 | autotools_do_compile() { | 213 | autotools_do_compile() { |
