summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-18 15:44:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-19 23:40:35 +0100
commit55007ca964b3dc0582450e68c5b37b5fa0de11e7 (patch)
tree42390293ecfdc567a511f598111f47a33d7d1916
parente9e2473534be5185ad3f5cb7bc1018a23853025d (diff)
downloadpoky-55007ca964b3dc0582450e68c5b37b5fa0de11e7.tar.gz
lsof: fix libc overrides
(From OE-Core rev: d06c5925bf6a451f11797b53f8de179cf39cb988) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/lsof/lsof_4.84.bb4
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 960d837475..9e760965d9 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 () {
23} 23}
24 24
25export LSOF_OS = "${TARGET_OS}" 25export LSOF_OS = "${TARGET_OS}"
26LSOF_OS_linux-uclibc = "linux" 26LSOF_OS_libc-uclibc = "linux"
27LSOF_OS_linux-gnueabi = "linux" 27LSOF_OS_libc-glibc = "linux"
28export LSOF_INCLUDE = "${STAGING_INCDIR}" 28export LSOF_INCLUDE = "${STAGING_INCDIR}"
29 29
30do_configure () { 30do_configure () {