diff options
author | Qing He <qing.he@intel.com> | 2010-11-17 14:20:58 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:27 -0800 |
commit | 5c1e52c1fe452fbbd60abb68086efb6fcdd7a63b (patch) | |
tree | 7c2c60787c3f098a98e85ecaf52a39fe3f4ee9ac /meta/recipes-connectivity/openssl/openssl_0.9.8p.bb | |
parent | 9600b79f279a9fdc6a409e48370a18b1b3f4157b (diff) | |
download | poky-5c1e52c1fe452fbbd60abb68086efb6fcdd7a63b.tar.gz |
openssl: upgrade to version 0.9.8p
from 0.9.8o
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_0.9.8p.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_0.9.8p.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb new file mode 100644 index 0000000000..3949540f7c --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | require openssl.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | SRC_URI += "file://debian/ca.patch \ | ||
5 | file://debian/config-hurd.patch;apply=no \ | ||
6 | file://debian/debian-targets.patch \ | ||
7 | file://debian/engines-path.patch \ | ||
8 | file://debian/kfreebsd-pipe.patch;apply=no \ | ||
9 | file://debian/make-targets.patch \ | ||
10 | file://debian/man-dir.patch \ | ||
11 | file://debian/man-section.patch \ | ||
12 | file://debian/no-rpath.patch \ | ||
13 | file://debian/no-symbolic.patch \ | ||
14 | file://debian/pic.patch \ | ||
15 | file://debian/pkg-config.patch \ | ||
16 | file://debian/valgrind.patch \ | ||
17 | file://debian/rc4-amd64.patch \ | ||
18 | file://debian/rehash-crt.patch \ | ||
19 | file://debian/rehash_pod.patch \ | ||
20 | file://debian/shared-lib-ext.patch \ | ||
21 | file://debian/stddef.patch \ | ||
22 | file://debian/version-script.patch \ | ||
23 | file://debian/perl-path.diff" | ||
24 | |||
25 | SRC_URI += "file://configure-targets.patch \ | ||
26 | file://shared-libs.patch" | ||
27 | |||
28 | BBCLASSEXTEND = "native nativesdk" | ||