]> code.ossystems Code Review - openembedded-core.git/commitdiff
lsof: fix libc overrides
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 18 May 2011 13:44:47 +0000 (15:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2011 22:29:19 +0000 (23:29 +0100)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta/recipes-extended/lsof/lsof_4.84.bb

index 960d837475e16e46dfec2af3991f64d34e61f3ba..9e760965d993d80a2bb54c654cc4b8ac9862307a 100644 (file)
@@ -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 () {