[oe-commits] Koen Kooi : lsof: fix libc overrides

git version control git at git.openembedded.org
Thu May 19 22:41:17 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: d06c5925bf6a451f11797b53f8de179cf39cb988
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d06c5925bf6a451f11797b53f8de179cf39cb988

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed May 18 15:44:47 2011 +0200

lsof: fix libc overrides

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 () {





More information about the Openembedded-commits mailing list