From: Ross Burton Date: Wed, 12 Nov 2014 14:08:41 +0000 (+0000) Subject: docbook-xsl-stylesheets: fix do_configure typo X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32033 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7b731a1a358e0007dba1038ad504888bec5916e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git docbook-xsl-stylesheets: fix do_configure typo do_configure was incorrectly spelt do_configre, which with recent changes to base.bbclass mean make clean was invoked, which doesn't exist. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb index 95498da35ea..2a1bdc47f76 100644 --- a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb +++ b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb @@ -19,7 +19,7 @@ BBCLASSEXTEND = "native" SSTATEPOSTINSTFUNCS_append_class-native = " docbook_xsl_stylesheets_sstate_postinst" SYSROOT_PREPROCESS_FUNCS_append_class-native = " docbook_xsl_stylesheets_sysroot_preprocess" -do_configre (){ +do_configure (){ : }