diff options
Diffstat (limited to 'meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py')
-rw-r--r-- | meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py index b0ebf75a15..8b7033eccc 100644 --- a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py +++ b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py | |||
@@ -44,7 +44,7 @@ with details on the recipe that failed. | |||
44 | """ % this_binary | 44 | """ % this_binary |
45 | 45 | ||
46 | # Autotools setups query the version, so this is actually necessary. Some of | 46 | # Autotools setups query the version, so this is actually necessary. Some of |
47 | # them (lookin' at you, eglibc) actually look for the substring "GNU texinfo," | 47 | # them (lookin' at you, glibc) actually look for the substring "GNU texinfo," |
48 | # so we put that substring in there without actually telling a lie. | 48 | # so we put that substring in there without actually telling a lie. |
49 | version_str = """ %s (fake texinfo, emulating GNU texinfo) 5.2 | 49 | version_str = """ %s (fake texinfo, emulating GNU texinfo) 5.2 |
50 | 50 | ||