diff options
Diffstat (limited to 'recipes/openssl/openssl_0.9.8m.bb')
-rw-r--r-- | recipes/openssl/openssl_0.9.8m.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/openssl/openssl_0.9.8m.bb b/recipes/openssl/openssl_0.9.8m.bb new file mode 100644 index 0000000000..db3c48a1e0 --- /dev/null +++ b/recipes/openssl/openssl_0.9.8m.bb @@ -0,0 +1,16 @@ +inherit pkgconfig + +require openssl.inc +SRC_URI[src.md5sum] = "898bf125370926d5f692a2201124f8ec" +SRC_URI[src.sha256sum] = "36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b" + +PR = "${INC_PR}.0" + +export OE_LDFLAGS="${LDFLAGS}" + +SRC_URI += "file://configure-targets.patch;patch=1 \ + file://shared-libs.patch;patch=1 \ + file://debian.patch;patch=1 \ + file://oe-ldflags.patch;patch=1" + +PARALLEL_MAKE = "" |