openssl: Add handling for linux-gnuspe-powerpc

If trying to build for an e500v2 target openssl will fail to build since
the configure script didn't know how to handle a 'gnuspe' target.

(From OE-Core rev: d42a262c1fe41bd774be85f3df1baf144fc8e67d)

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kumar Gala 2011-07-19 12:41:35 -05:00 committed by Richard Purdie
parent 350431d860
commit 9f952b2349
2 changed files with 4 additions and 1 deletions

View File

@ -80,6 +80,9 @@ do_configure () {
linux-powerpc)
target=linux-ppc
;;
linux-gnuspe-powerpc)
target=linux-ppc
;;
linux-supersparc)
target=linux-sparcv8
;;

View File

@ -1,6 +1,6 @@
require openssl.inc
PR = "r3"
PR = "r4"
SRC_URI += "file://debian/ca.patch \
file://debian/config-hurd.patch;apply=no \
file://debian/debian-targets.patch \