openssl: add patch to make it build for sh3 and sh4. closes #956
authorMichael Lauer <mickey@vanille-media.de>
Thu, 11 May 2006 16:46:20 +0000 (16:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 11 May 2006 16:46:20 +0000 (16:46 +0000)
packages/openssl/openssl.inc
packages/openssl/openssl_0.9.7e.bb
packages/openssl/openssl_0.9.7g.bb

index d5cd66a..a73811a 100644 (file)
@@ -51,6 +51,12 @@ do_compile () {
        linux-armeb)
                target=linux-elf-armeb
                ;;
+       linux-sh3)
+               target=debian-sh3
+               ;;
+       linux-sh4)
+               target=debian-sh4
+               ;;
        linux-i586)
                target=linux-pentium
                ;;
index 887bf96..6493ddd 100644 (file)
@@ -1,6 +1,6 @@
 include openssl.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://debian.patch;patch=1 \
             file://armeb.patch;patch=1 \
index 09b25c1..88f474e 100644 (file)
@@ -2,7 +2,7 @@ inherit pkgconfig
 
 include openssl.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI += "file://debian.patch;patch=1 \
             file://armeb.patch;patch=1;pnum=0 \