diff options
Diffstat (limited to 'recipes/openssl/openssl-native_0.9.7m.bb')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.7m.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/openssl/openssl-native_0.9.7m.bb b/recipes/openssl/openssl-native_0.9.7m.bb index 23f38dcf25..3b76dd5198 100644 --- a/recipes/openssl/openssl-native_0.9.7m.bb +++ b/recipes/openssl/openssl-native_0.9.7m.bb @@ -8,9 +8,9 @@ export BUILD_OPTIMIZATION = " " PR = "${INC_PR}.0" -SRC_URI += "file://debian.patch;apply=yes \ - file://armeb.patch;apply=yes;striplevel=0 \ - file://gnueabi-arm.patch;apply=yes" +SRC_URI += "file://debian.patch \ + file://armeb.patch;striplevel=0 \ + file://gnueabi-arm.patch" do_install() { : |