]> code.ossystems Code Review - openembedded-core.git/commitdiff
docbook-xsl-stylesheets: fix do_configure typo
authorRoss Burton <ross.burton@intel.com>
Wed, 12 Nov 2014 14:08:41 +0000 (14:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Nov 2014 15:36:14 +0000 (15:36 +0000)
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 <ross.burton@intel.com>
meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb

index 95498da35ea8553c48dd7d525a9a017b7abf4057..2a1bdc47f765f881781c8fe5dd91c3a0c64f66cf 100644 (file)
@@ -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 (){
        :
 }