aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-11-12 14:08:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-12 15:36:14 +0000
commite7b731a1a358e0007dba1038ad504888bec5916e (patch)
tree8c71f8bf3bea9fc337da5f94ec63b1897b650f03
parent3ab9dfb703835fee21fd73c4e5cbad1c34c6a163 (diff)
downloadopenembedded-core-contrib-e7b731a1a358e0007dba1038ad504888bec5916e.tar.gz
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 <ross.burton@intel.com>
-rw-r--r--meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb2
1 files changed, 1 insertions, 1 deletions
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 95498da35e..2a1bdc47f7 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 (){
:
}