diff options
Diffstat (limited to 'recipes/openssl/openssl_0.9.8g.bb')
-rw-r--r-- | recipes/openssl/openssl_0.9.8g.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/openssl/openssl_0.9.8g.bb b/recipes/openssl/openssl_0.9.8g.bb index 921daad424..d90e8851e4 100644 --- a/recipes/openssl/openssl_0.9.8g.bb +++ b/recipes/openssl/openssl_0.9.8g.bb @@ -4,9 +4,9 @@ require openssl.inc PR = "${INC_PR}.0" -SRC_URI += "file://debian.patch;patch=1 \ - file://configure-targets.patch;patch=1 \ - file://shared-libs.patch;patch=1" +SRC_URI += "file://debian.patch \ + file://configure-targets.patch \ + file://shared-libs.patch" PARALLEL_MAKE = "" |