diff options
Diffstat (limited to 'recipes/openssl/openssl-native_1.0.0.bb')
-rw-r--r-- | recipes/openssl/openssl-native_1.0.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/openssl/openssl-native_1.0.0.bb b/recipes/openssl/openssl-native_1.0.0.bb index a4ae71528a..8614fb1a3a 100644 --- a/recipes/openssl/openssl-native_1.0.0.bb +++ b/recipes/openssl/openssl-native_1.0.0.bb @@ -14,10 +14,10 @@ export DIRS = "crypto ssl apps engines" export FULL_OPTIMIZATION = " " export BUILD_OPTIMIZATION = " " -SRC_URI += "file://configure-targets.patch;patch=1 \ - file://shared-libs.patch;patch=1 \ - file://debian.patch;patch=1 \ - file://libdeps-first.patch;patch=1 \ +SRC_URI += "file://configure-targets.patch;apply=yes \ + file://shared-libs.patch;apply=yes \ + file://debian.patch;apply=yes \ + file://libdeps-first.patch;apply=yes \ " PARALLEL_MAKE = "" |