aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl_1.0.0d.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openssl/openssl_1.0.0d.bb')
-rw-r--r--recipes/openssl/openssl_1.0.0d.bb21
1 files changed, 14 insertions, 7 deletions
diff --git a/recipes/openssl/openssl_1.0.0d.bb b/recipes/openssl/openssl_1.0.0d.bb
index 1a60e997a8..7a035d8068 100644
--- a/recipes/openssl/openssl_1.0.0d.bb
+++ b/recipes/openssl/openssl_1.0.0d.bb
@@ -10,7 +10,7 @@ CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e"
SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
DEFAULT_PREFERENCE = "-1"
@@ -19,13 +19,20 @@ export OE_LDFLAGS="${LDFLAGS}"
SRC_URI += "file://configure-targets.patch \
file://shared-libs.patch \
- file://debian.patch \
file://oe-ldflags.patch \
- file://libdeps-first.patch \
- file://engines-install-in-libdir-ssl.patch \
- "
-
-PARALLEL_MAKE = ""
+ file://engines-install-in-libdir-ssl.patch \
+ file://openssl-fix-link.patch \
+ file://debian/version-script.patch \
+ file://debian/pic.patch \
+ file://debian/c_rehash-compat.patch \
+ file://debian/ca.patch \
+ file://debian/make-targets.patch \
+ file://debian/no-rpath.patch \
+ file://debian/man-dir.patch \
+ file://debian/man-section.patch \
+ file://debian/no-symbolic.patch \
+ file://debian/debian-targets.patch \
+ "
PACKAGES += " \
${PN}-engines \