diff options
Diffstat (limited to 'recipes/openssl/openssl-native_0.9.8m.bb')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.8m.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8m.bb b/recipes/openssl/openssl-native_0.9.8m.bb index 169f3ef981..e658063057 100644 --- a/recipes/openssl/openssl-native_0.9.8m.bb +++ b/recipes/openssl/openssl-native_0.9.8m.bb @@ -10,9 +10,9 @@ PR = "${INC_PR}.2" 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" +SRC_URI += "file://configure-targets.patch;apply=yes \ + file://shared-libs.patch;apply=yes \ + file://debian.patch;apply=yes" PARALLEL_MAKE = "" |