From d06c5925bf6a451f11797b53f8de179cf39cb988 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 18 May 2011 15:44:47 +0200 Subject: lsof: fix libc overrides Signed-off-by: Koen Kooi --- meta/recipes-extended/lsof/lsof_4.84.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-extended/lsof') diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb index 960d83747..9e760965d 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 () { -- cgit v1.2.3