aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-09 11:21:31 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-10 00:59:30 -0700
commitfa20bf824d2cdb62a38e4c8dd585888a78e62f81 (patch)
treefb470bfa1b98cce259c32bf7b34dc90b536b2189 /recipes
parentf2fc11bfcd4575b488f56e2cc316c7568fa15bc8 (diff)
downloadopenembedded-fa20bf824d2cdb62a38e4c8dd585888a78e62f81.tar.gz
classes: Use linux-gnuspe instead of non existing linux-spe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/lsof/lsof_4.78.bb2
-rw-r--r--recipes/openssl/openssl.inc2
2 files changed, 2 insertions, 2 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 () {
diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 8b8e870eff..00f97824be 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -70,7 +70,7 @@ do_configure () {
linux-powerpc)
target=linux-ppc
;;
- linux-spe-powerpc)
+ linux-gnuspe-powerpc)
target=linux-ppc
;;
linux-supersparc)