From patchwork Wed May 18 22:26:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [03/30] lsof: fix libc overrides Date: Wed, 18 May 2011 22:26:32 -0000 From: Saul Wold X-Patchwork-Id: 4437 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Koen Kooi From: Koen Kooi Signed-off-by: Koen Kooi --- meta/recipes-extended/lsof/lsof_4.84.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb index 960d837..9e76096 100644 --- a/meta/recipes-extended/lsof/lsof_4.84.bb +++ b/meta/recipes-extended/lsof/lsof_4.84.bb @@ -23,8 +23,8 @@ python do_unpack () { } export LSOF_OS = "${TARGET_OS}" -LSOF_OS_linux-uclibc = "linux" -LSOF_OS_linux-gnueabi = "linux" +LSOF_OS_libc-uclibc = "linux" +LSOF_OS_libc-glibc = "linux" export LSOF_INCLUDE = "${STAGING_INCDIR}" do_configure () {