diff options
Diffstat (limited to 'meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb')
-rw-r--r-- | meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb b/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb index 1065acdb8e..0360a342b4 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | # Tell xmllint where to find the DocBook XML catalogue, because right now it | 19 | # Tell xmllint where to find the DocBook XML catalogue, because right now it |
20 | # opens /etc/xml/catalog on the host. Depends on auto-catalogs.patch | 20 | # opens /etc/xml/catalog on the host. Depends on auto-catalogs.patch |
21 | export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" | 21 | export SGML_CATALOG_FILES = "file://${STAGING_ETCDIR_NATIVE}/xml/catalog" |
22 | 22 | ||
23 | inherit setuptools3 | 23 | inherit setuptools3 |
24 | CLEANBROKEN = "1" | 24 | CLEANBROKEN = "1" |