diff options
Diffstat (limited to 'recipes/openssl/openssl_0.9.8m.bb')
-rw-r--r-- | recipes/openssl/openssl_0.9.8m.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/openssl/openssl_0.9.8m.bb b/recipes/openssl/openssl_0.9.8m.bb index db3c48a1e0..20d4956162 100644 --- a/recipes/openssl/openssl_0.9.8m.bb +++ b/recipes/openssl/openssl_0.9.8m.bb @@ -8,9 +8,9 @@ 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" +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" PARALLEL_MAKE = "" |