]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Add handling for linux-gnuspe-powerpc
authorKumar Gala <galak@kernel.crashing.org>
Tue, 19 Jul 2011 17:41:35 +0000 (12:41 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2011 14:24:57 +0000 (15:24 +0100)
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.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
meta/recipes-connectivity/openssl/openssl.inc
meta/recipes-connectivity/openssl/openssl_0.9.8r.bb

index 39143ad90a47ecc981229c19c51f596bb4573d11..79620b32fce693ff6ee0a9aa577cb8065246e1e6 100644 (file)
@@ -80,6 +80,9 @@ do_configure () {
        linux-powerpc)
                target=linux-ppc
                ;;
+       linux-gnuspe-powerpc)
+               target=linux-ppc
+               ;;
        linux-supersparc)
                target=linux-sparcv8
                ;;
index ea83cb888d7e00868f39a5409f208a2deac843e9..344747f9a333fd1d130b71c2ffa6aa1ea3da49d2 100644 (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 \