diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-18 15:44:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-19 23:29:19 +0100 |
commit | d06c5925bf6a451f11797b53f8de179cf39cb988 (patch) | |
tree | 336918a60d52844082786be8a4c37a97d39cb57b /meta | |
parent | f0e1d4402b8d75f1b2575a453503d9a19b6bf461 (diff) | |
download | openembedded-core-d06c5925bf6a451f11797b53f8de179cf39cb988.tar.gz openembedded-core-d06c5925bf6a451f11797b53f8de179cf39cb988.tar.bz2 openembedded-core-d06c5925bf6a451f11797b53f8de179cf39cb988.zip |
lsof: fix libc overrides
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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 () { } 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 () { |