From fd15d6e0c8da75951a91d4467eda23c229b1026d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 28 Aug 2014 06:13:57 +0000 Subject: recipes: Remove references to eglibc change use of eglibc related variabled to glibc equivalents Signed-off-by: Khem Raj --- meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/texinfo-dummy-native') 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 -- cgit 1.2.3-korg