Author: agrundman
Date: Fri Mar  9 10:54:16 2012
New Revision: 9637

URL: http://svn.slimdevices.com/jive?rev=9637&view=rev
Log:
Add libtommath, fastmath doesn't seem to compile properly for us

Added:
    7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtommath/
    
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtommath/libtommath_0.42.0.bb
   (with props)
Modified:
    
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtomcrypt/libtomcrypt_1.17.bb

Modified: 
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtomcrypt/libtomcrypt_1.17.bb
URL: 
http://svn.slimdevices.com/jive/7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtomcrypt/libtomcrypt_1.17.bb?rev=9637&r1=9636&r2=9637&view=diff
==============================================================================
--- 
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtomcrypt/libtomcrypt_1.17.bb
 (original)
+++ 
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtomcrypt/libtomcrypt_1.17.bb
 Fri Mar  9 10:54:16 2012
@@ -6,9 +6,9 @@
 routines."
 SECTION = "libs/network"
 PRIORITY = "optional"
-DEPENDS = "libtfm"
+DEPENDS = "libtommath"
 LICENSE = "PD"
-PR = "r0"
+PR = "r1"
 
 ARM_INSTRUCTION_SET = "arm"
 

Added: 
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtommath/libtommath_0.42.0.bb
URL: 
http://svn.slimdevices.com/jive/7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtommath/libtommath_0.42.0.bb?rev=9637&view=auto
==============================================================================
--- 
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtommath/libtommath_0.42.0.bb
 (added)
+++ 
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtommath/libtommath_0.42.0.bb
 Fri Mar  9 10:54:16 2012
@@ -1,0 +1,23 @@
+DESCRIPTION = "LibTomMath is a free open source portable number theoretic 
multiple-precision integer library written entirely in C."
+SECTION = "libs/network"
+PRIORITY = "optional"
+LICENSE = "PD"
+PR = "r0"
+
+ARM_INSTRUCTION_SET = "arm"
+
+SRC_URI = "http://libtom.org/files/ltm-${PV}.tar.bz2";
+
+inherit autotools
+
+#FIXME add patch to make it shared
+
+do_stage() {
+       oe_libinstall -a libtommath ${STAGING_LIBDIR}/
+       install -m 0644 ${S}/*.h ${STAGING_INCDIR}/
+}
+
+do_install() {
+       :
+}
+

Propchange: 
7.7/branches/crypto/squeezeos/poky/meta-squeezeos/packages/libtommath/libtommath_0.42.0.bb
------------------------------------------------------------------------------
    svn:keywords = Id

_______________________________________________
Jive-checkins mailing list
Jive-checkins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to