diff options
Diffstat (limited to 'recipes/openssl')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.7g.bb | 6 | ||||
-rw-r--r-- | recipes/openssl/openssl-native_0.9.7m.bb | 6 | ||||
-rw-r--r-- | recipes/openssl/openssl-native_0.9.8g.bb | 6 | ||||
-rw-r--r-- | recipes/openssl/openssl-native_0.9.8m.bb | 6 | ||||
-rw-r--r-- | recipes/openssl/openssl-native_1.0.0.bb | 8 | ||||
-rw-r--r-- | recipes/openssl/openssl_0.9.7e.bb | 6 | ||||
-rw-r--r-- | recipes/openssl/openssl_0.9.7g.bb | 12 | ||||
-rw-r--r-- | recipes/openssl/openssl_0.9.7m.bb | 12 | ||||
-rw-r--r-- | recipes/openssl/openssl_0.9.8g.bb | 6 | ||||
-rw-r--r-- | recipes/openssl/openssl_0.9.8m.bb | 8 | ||||
-rw-r--r-- | recipes/openssl/openssl_1.0.0.bb | 12 |
11 files changed, 44 insertions, 44 deletions
diff --git a/recipes/openssl/openssl-native_0.9.7g.bb b/recipes/openssl/openssl-native_0.9.7g.bb index 41e6e21943..229a9b2078 100644 --- a/recipes/openssl/openssl-native_0.9.7g.bb +++ b/recipes/openssl/openssl-native_0.9.7g.bb @@ -4,9 +4,9 @@ require openssl.inc PR = "${INC_PR}.0" -SRC_URI += "file://debian.patch;patch=1 \ - file://armeb.patch;patch=1;pnum=0 \ - file://gnueabi-arm.patch;patch=1" +SRC_URI += "file://debian.patch \ + file://armeb.patch;striplevel=0 \ + file://gnueabi-arm.patch" do_install() { : diff --git a/recipes/openssl/openssl-native_0.9.7m.bb b/recipes/openssl/openssl-native_0.9.7m.bb index ef680f1a3f..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;patch=1 \ - file://armeb.patch;patch=1;pnum=0 \ - file://gnueabi-arm.patch;patch=1" +SRC_URI += "file://debian.patch \ + file://armeb.patch;striplevel=0 \ + file://gnueabi-arm.patch" do_install() { : diff --git a/recipes/openssl/openssl-native_0.9.8g.bb b/recipes/openssl/openssl-native_0.9.8g.bb index 9de05ffe93..bef8dfb563 100644 --- a/recipes/openssl/openssl-native_0.9.8g.bb +++ b/recipes/openssl/openssl-native_0.9.8g.bb @@ -8,9 +8,9 @@ PR = "${INC_PR}.0" export FULL_OPTIMIZATION = " " export BUILD_OPTIMIZATION = " " -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 = "" diff --git a/recipes/openssl/openssl-native_0.9.8m.bb b/recipes/openssl/openssl-native_0.9.8m.bb index 169f3ef981..1b82645b78 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 \ + file://shared-libs.patch \ + file://debian.patch" PARALLEL_MAKE = "" diff --git a/recipes/openssl/openssl-native_1.0.0.bb b/recipes/openssl/openssl-native_1.0.0.bb index a4ae71528a..7029bfe77d 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 \ + file://shared-libs.patch \ + file://debian.patch \ + file://libdeps-first.patch \ " PARALLEL_MAKE = "" diff --git a/recipes/openssl/openssl_0.9.7e.bb b/recipes/openssl/openssl_0.9.7e.bb index 16d66428fc..6b13717852 100644 --- a/recipes/openssl/openssl_0.9.7e.bb +++ b/recipes/openssl/openssl_0.9.7e.bb @@ -2,9 +2,9 @@ require openssl.inc PR = "${INC_PR}.0" -SRC_URI += "file://debian.patch;patch=1 \ - file://armeb.patch;patch=1 \ - file://gnueabi-arm.patch;patch=1" +SRC_URI += "file://debian.patch \ + file://armeb.patch \ + file://gnueabi-arm.patch" SRC_URI[src.md5sum] = "a8777164bca38d84e5eb2b1535223474" SRC_URI[src.sha256sum] = "25121b5dbd2b830929519325e033086ce45861cff2d0000d928f48261b1e0b7c" diff --git a/recipes/openssl/openssl_0.9.7g.bb b/recipes/openssl/openssl_0.9.7g.bb index 0a54c3fb46..bf1043ca25 100644 --- a/recipes/openssl/openssl_0.9.7g.bb +++ b/recipes/openssl/openssl_0.9.7g.bb @@ -4,12 +4,12 @@ require openssl.inc PR = "${INC_PR}.0" -SRC_URI += "file://debian.patch;patch=1 \ - file://armeb.patch;patch=1;pnum=0 \ - file://gnueabi-arm.patch;patch=1 \ - file://gnueabi-armeb.patch;patch=1 \ - file://uclibcgnueabi.patch;patch=1 \ - file://avr32.patch;patch=1;pnum=0" +SRC_URI += "file://debian.patch \ + file://armeb.patch;striplevel=0 \ + file://gnueabi-arm.patch \ + file://gnueabi-armeb.patch \ + file://uclibcgnueabi.patch \ + file://avr32.patch;striplevel=0" SRC_URI[src.md5sum] = "991615f73338a571b6a1be7d74906934" SRC_URI[src.sha256sum] = "e7e1a287141dd1be7f4b4fedd54ec29fa904655ed76a13ac87ae69a3fc76b062" diff --git a/recipes/openssl/openssl_0.9.7m.bb b/recipes/openssl/openssl_0.9.7m.bb index 9c614800fa..28283ade96 100644 --- a/recipes/openssl/openssl_0.9.7m.bb +++ b/recipes/openssl/openssl_0.9.7m.bb @@ -4,12 +4,12 @@ require openssl.inc PR = "${INC_PR}.0" -SRC_URI += "file://debian.patch;patch=1 \ - file://armeb.patch;patch=1;pnum=0 \ - file://gnueabi-arm.patch;patch=1 \ - file://gnueabi-armeb.patch;patch=1 \ - file://uclibcgnueabi.patch;patch=1 \ - file://avr32.patch;patch=1;pnum=0" +SRC_URI += "file://debian.patch \ + file://armeb.patch;striplevel=0 \ + file://gnueabi-arm.patch \ + file://gnueabi-armeb.patch \ + file://uclibcgnueabi.patch \ + file://avr32.patch;striplevel=0" SRC_URI[src.md5sum] = "74a4d1b87e1e6e1ec95dbe58cb4c5b9a" SRC_URI[src.sha256sum] = "c98b9703887e2dda6217b91405d0d94883f7c67e205fc4d7a81bb690d2e10572" 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 = "" diff --git a/recipes/openssl/openssl_0.9.8m.bb b/recipes/openssl/openssl_0.9.8m.bb index db3c48a1e0..a7eb332857 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 \ + file://shared-libs.patch \ + file://debian.patch \ + file://oe-ldflags.patch" PARALLEL_MAKE = "" diff --git a/recipes/openssl/openssl_1.0.0.bb b/recipes/openssl/openssl_1.0.0.bb index 9f63701174..8013ce7a76 100644 --- a/recipes/openssl/openssl_1.0.0.bb +++ b/recipes/openssl/openssl_1.0.0.bb @@ -11,12 +11,12 @@ DEFAULT_PREFERENCE = "-1" export DIRS = "crypto ssl apps engines" 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 \ - file://libdeps-first.patch;patch=1 \ - file://engines-install-in-libdir-ssl.patch;patch=1 \ +SRC_URI += "file://configure-targets.patch \ + file://shared-libs.patch \ + file://debian.patch \ + file://oe-ldflags.patch \ + file://libdeps-first.patch \ + file://engines-install-in-libdir-ssl.patch \ " PARALLEL_MAKE = "" |