diff options
Diffstat (limited to 'meta/recipes-extended/texinfo')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo_6.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_6.3.bb b/meta/recipes-extended/texinfo/texinfo_6.3.bb index 51199be758..d82731e11e 100644 --- a/meta/recipes-extended/texinfo/texinfo_6.3.bb +++ b/meta/recipes-extended/texinfo/texinfo_6.3.bb | |||
@@ -11,7 +11,7 @@ PROVIDES_append_class-native = " texinfo-replacement-native" | |||
11 | 11 | ||
12 | def compress_pkg(d): | 12 | def compress_pkg(d): |
13 | if bb.data.inherits_class('compress_doc', d): | 13 | if bb.data.inherits_class('compress_doc', d): |
14 | compress = d.getVar("DOC_COMPRESS", True) | 14 | compress = d.getVar("DOC_COMPRESS") |
15 | if compress == "gz": | 15 | if compress == "gz": |
16 | return "gzip" | 16 | return "gzip" |
17 | elif compress == "bz2": | 17 | elif compress == "bz2": |