diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-08-28 06:13:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-01 18:00:31 +0100 |
commit | fd15d6e0c8da75951a91d4467eda23c229b1026d (patch) | |
tree | 49eec83225482bebc2780658497bf28816526eee /meta/recipes-extended/texinfo-dummy-native/texinfo-dummy | |
parent | ddc8e7394051c6a2a9cfdab6a9cd39699b7d61a7 (diff) | |
download | openembedded-core-fd15d6e0c8da75951a91d4467eda23c229b1026d.tar.gz openembedded-core-fd15d6e0c8da75951a91d4467eda23c229b1026d.tar.bz2 openembedded-core-fd15d6e0c8da75951a91d4467eda23c229b1026d.zip |
recipes: Remove references to eglibc
change use of eglibc related variabled to glibc equivalents
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-extended/texinfo-dummy-native/texinfo-dummy')
-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. """ % this_binary # Autotools setups query the version, so this is actually necessary. Some of -# them (lookin' at you, eglibc) actually look for the substring "GNU texinfo," +# them (lookin' at you, glibc) actually look for the substring "GNU texinfo," # so we put that substring in there without actually telling a lie. version_str = """ %s (fake texinfo, emulating GNU texinfo) 5.2 |