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-12-31 10:17:21 +0000
commit4a4665b2ee1dfd2d8cdb48fc4e994522bbcd748e (patch)
tree63f8ecda50719ceeed0a3d6ef907cb4bc5ae98e8
parentfbb8e9942333befad9e7e5da703c7970eda1c1a4 (diff)
downloadopenembedded-core-contrib-4a4665b2ee1dfd2d8cdb48fc4e994522bbcd748e.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. (From OE-Core rev: e7b731a1a358e0007dba1038ad504888bec5916e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.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 (){
:
}