diff options
Diffstat (limited to 'recipes/openssl/openssl_1.0.0.bb')
-rw-r--r-- | recipes/openssl/openssl_1.0.0.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/openssl/openssl_1.0.0.bb b/recipes/openssl/openssl_1.0.0.bb index 9f63701174..e29f856f45 100644 --- a/recipes/openssl/openssl_1.0.0.bb +++ b/recipes/openssl/openssl_1.0.0.bb @@ -11,12 +11,12 @@ DEFAULT_PREFERENCE = "-1" export DIRS = "crypto ssl apps engines" 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 \ - file://libdeps-first.patch;patch=1 \ - file://engines-install-in-libdir-ssl.patch;patch=1 \ +SRC_URI += "file://configure-targets.patch;apply=yes \ + file://shared-libs.patch;apply=yes \ + file://debian.patch;apply=yes \ + file://oe-ldflags.patch;apply=yes \ + file://libdeps-first.patch;apply=yes \ + file://engines-install-in-libdir-ssl.patch;apply=yes \ " PARALLEL_MAKE = "" |