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:03:05 +0100 |
commit | 09e3e78999b0006d780d6a6dff26b23028fc1303 (patch) | |
tree | 50d11b7325b1a2bfcb81efa6fcc53550b7ce4411 /meta/recipes-extended | |
parent | 573b7436accfdda51397fc97e20b26253e9c699c (diff) | |
download | poky-09e3e78999b0006d780d6a6dff26b23028fc1303.tar.gz |
recipes: Remove references to eglibc
change use of eglibc related variabled to glibc equivalents
(From OE-Core rev: fd15d6e0c8da75951a91d4467eda23c229b1026d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
3 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.87.bb b/meta/recipes-extended/lsof/lsof_4.87.bb index 5676cd9822..e7a1eb2129 100644 --- a/meta/recipes-extended/lsof/lsof_4.87.bb +++ b/meta/recipes-extended/lsof/lsof_4.87.bb | |||
@@ -30,8 +30,8 @@ export LSOF_INCLUDE = "${STAGING_INCDIR}" | |||
30 | do_configure () { | 30 | do_configure () { |
31 | export LSOF_AR="${AR} cr" | 31 | export LSOF_AR="${AR} cr" |
32 | export LSOF_RANLIB="${RANLIB}" | 32 | export LSOF_RANLIB="${RANLIB}" |
33 | if [ "x${EGLIBCVERSION}" != "x" ];then | 33 | if [ "x${GLIBCVERSION}" != "x" ];then |
34 | LINUX_CLIB=`echo ${EGLIBCVERSION} |sed -e 's,\.,,g'` | 34 | LINUX_CLIB=`echo ${GLIBCVERSION} |sed -e 's,\.,,g'` |
35 | LINUX_CLIB="-DGLIBCV=${LINUX_CLIB}" | 35 | LINUX_CLIB="-DGLIBCV=${LINUX_CLIB}" |
36 | export LINUX_CLIB | 36 | export LINUX_CLIB |
37 | fi | 37 | fi |
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index 30b6e1545f..dd96fbebaa 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | |||
@@ -128,7 +128,7 @@ RDEPENDS_packagegroup-core-lsb-core = "\ | |||
128 | cups \ | 128 | cups \ |
129 | diffutils \ | 129 | diffutils \ |
130 | ed \ | 130 | ed \ |
131 | eglibc-utils \ | 131 | glibc-utils \ |
132 | elfutils \ | 132 | elfutils \ |
133 | file \ | 133 | file \ |
134 | findutils \ | 134 | findutils \ |
@@ -158,7 +158,7 @@ RDEPENDS_packagegroup-core-lsb-core = "\ | |||
158 | util-linux \ | 158 | util-linux \ |
159 | xdg-utils \ | 159 | xdg-utils \ |
160 | \ | 160 | \ |
161 | eglibc \ | 161 | glibc \ |
162 | libgcc \ | 162 | libgcc \ |
163 | libpam \ | 163 | libpam \ |
164 | libxml2 \ | 164 | libxml2 \ |
@@ -245,13 +245,13 @@ RDEPENDS_packagegroup-core-lsb-runtime-add = "\ | |||
245 | libxml-parser-perl \ | 245 | libxml-parser-perl \ |
246 | libxml-perl \ | 246 | libxml-perl \ |
247 | libxml-sax-perl \ | 247 | libxml-sax-perl \ |
248 | eglibc-localedatas \ | 248 | glibc-localedatas \ |
249 | eglibc-gconvs \ | 249 | glibc-gconvs \ |
250 | eglibc-charmaps \ | 250 | glibc-charmaps \ |
251 | eglibc-binaries \ | 251 | glibc-binaries \ |
252 | eglibc-localedata-posix \ | 252 | glibc-localedata-posix \ |
253 | eglibc-extra-nss \ | 253 | glibc-extra-nss \ |
254 | eglibc-pcprofile \ | 254 | glibc-pcprofile \ |
255 | libclass-isa-perl \ | 255 | libclass-isa-perl \ |
256 | libenv-perl \ | 256 | libenv-perl \ |
257 | libdumpvalue-perl \ | 257 | libdumpvalue-perl \ |
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 | ||