diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-09 11:21:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-10 00:59:30 -0700 |
commit | fa20bf824d2cdb62a38e4c8dd585888a78e62f81 (patch) | |
tree | fb470bfa1b98cce259c32bf7b34dc90b536b2189 /recipes/lsof/lsof_4.78.bb | |
parent | f2fc11bfcd4575b488f56e2cc316c7568fa15bc8 (diff) |
classes: Use linux-gnuspe instead of non existing linux-spe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/lsof/lsof_4.78.bb')
-rw-r--r-- | recipes/lsof/lsof_4.78.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb index 243b5daca7..02852a727f 100644 --- a/recipes/lsof/lsof_4.78.bb +++ b/recipes/lsof/lsof_4.78.bb @@ -22,7 +22,7 @@ LSOF_OS_linux-uclibc = "linux" LSOF_OS_linux-uclibceabi = "linux" LSOF_OS_linux-uclibspe = "linux" LSOF_OS_linux-gnueabi = "linux" -LSOF_OS_linux-spe = "linux" +LSOF_OS_linux-gnuspe = "linux" export LSOF_INCLUDE = "${STAGING_INCDIR}" do_configure () { |