From: Ross Burton Date: Wed, 12 Nov 2014 14:08:41 +0000 (+0000) Subject: docbook-xsl-stylesheets: fix do_configure typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4665b2ee1dfd2d8cdb48fc4e994522bbcd748e;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. (From OE-Core rev: e7b731a1a358e0007dba1038ad504888bec5916e) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- 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 (){ : }