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/openssl/openssl.inc | |
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/openssl/openssl.inc')
-rw-r--r-- | recipes/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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) |