diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:15:03 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:15:03 +0000 |
commit | d19f3f37f9494117f22806f7476c0c0efaa42fa4 (patch) | |
tree | 751c7fda92ac43c3f05ff9575c0cba44d441b2c1 /packages/openssl/openssl_0.9.7m.bb | |
parent | 6bff19916b804bfa2a748ded09d38e866c9d43bb (diff) |
openssl_0.9.7m.bb : new version from OM mtn
Diffstat (limited to 'packages/openssl/openssl_0.9.7m.bb')
-rw-r--r-- | packages/openssl/openssl_0.9.7m.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/openssl/openssl_0.9.7m.bb b/packages/openssl/openssl_0.9.7m.bb new file mode 100644 index 0000000000..3a420001c9 --- /dev/null +++ b/packages/openssl/openssl_0.9.7m.bb @@ -0,0 +1,12 @@ +inherit pkgconfig + +require openssl.inc + +PR = "r6" + +SRC_URI += "file://debian.patch;patch=1 \ + file://armeb.patch;patch=1;pnum=0 \ + file://gnueabi-arm.patch;patch=1 \ + file://gnueabi-armeb.patch;patch=1 \ + file://uclibcgnueabi.patch;patch=1 \ + file://avr32.patch;patch=1;pnum=0" |