diff options
author | Ross Burton <ross.burton@intel.com> | 2014-11-12 14:08:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-12 15:38:33 +0000 |
commit | baa1082c64beb0385aca2807ae6da26bee5dbcbf (patch) | |
tree | 3d434c4026b5285cc0ae63ef8bf9ac22d6b2e047 | |
parent | 15d7937e9322b8c9cccb77e92143e9dc57505e3e (diff) | |
download | poky-baa1082c64beb0385aca2807ae6da26bee5dbcbf.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>
-rw-r--r-- | meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb | 2 |
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" | |||
19 | SSTATEPOSTINSTFUNCS_append_class-native = " docbook_xsl_stylesheets_sstate_postinst" | 19 | SSTATEPOSTINSTFUNCS_append_class-native = " docbook_xsl_stylesheets_sstate_postinst" |
20 | SYSROOT_PREPROCESS_FUNCS_append_class-native = " docbook_xsl_stylesheets_sysroot_preprocess" | 20 | SYSROOT_PREPROCESS_FUNCS_append_class-native = " docbook_xsl_stylesheets_sysroot_preprocess" |
21 | 21 | ||
22 | do_configre (){ | 22 | do_configure (){ |
23 | : | 23 | : |
24 | } | 24 | } |
25 | 25 | ||