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/lsof/lsof_4.87.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-extended/lsof') 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}" do_configure () { export LSOF_AR="${AR} cr" export LSOF_RANLIB="${RANLIB}" - if [ "x${EGLIBCVERSION}" != "x" ];then - LINUX_CLIB=`echo ${EGLIBCVERSION} |sed -e 's,\.,,g'` + if [ "x${GLIBCVERSION}" != "x" ];then + LINUX_CLIB=`echo ${GLIBCVERSION} |sed -e 's,\.,,g'` LINUX_CLIB="-DGLIBCV=${LINUX_CLIB}" export LINUX_CLIB fi -- cgit 1.2.3-korg