[oe-commits] Ross Burton : docbook-xsl-stylesheets: fix do_configure typo

git at git.openembedded.org git at git.openembedded.org
Wed Nov 12 15:39:04 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: e7b731a1a358e0007dba1038ad504888bec5916e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e7b731a1a358e0007dba1038ad504888bec5916e

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Nov 12 14:08:41 2014 +0000

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 at intel.com>

---

 meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 95498da..2a1bdc4 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 (){
 	:
 }
 



More information about the Openembedded-commits mailing list