diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-08 16:03:58 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-10 00:58:56 -0700 |
commit | af8c8d14ffa9daf9f6ec19fa2d49c687cf5cff64 (patch) | |
tree | cc7896d7977f17aa9bb4be369bc0b75736a5c31d /recipes/lsof/lsof_4.78.bb | |
parent | 1b703ecdda89afd3ce1f44545356a201ddb65d07 (diff) |
conf: Decosmetize TARGET_OS
* This patch reverts the cosmetic change which used linux-gnu instead of linux
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Holger Freyther <zecke@selfish.org>
Diffstat (limited to 'recipes/lsof/lsof_4.78.bb')
-rw-r--r-- | recipes/lsof/lsof_4.78.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb index 1bb540e422..243b5daca7 100644 --- a/recipes/lsof/lsof_4.78.bb +++ b/recipes/lsof/lsof_4.78.bb @@ -21,9 +21,8 @@ export LSOF_OS = "${TARGET_OS}" LSOF_OS_linux-uclibc = "linux" LSOF_OS_linux-uclibceabi = "linux" LSOF_OS_linux-uclibspe = "linux" -LSOF_OS_linux-gnu = "linux" LSOF_OS_linux-gnueabi = "linux" -LSOF_OS_linux-gnuspe = "linux" +LSOF_OS_linux-spe = "linux" export LSOF_INCLUDE = "${STAGING_INCDIR}" do_configure () { |