From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: Make the do_patch apply=yes param implicit if extension is .diff/.patch For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/openssl/openssl_1.0.0.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/openssl/openssl_1.0.0.bb') diff --git a/recipes/openssl/openssl_1.0.0.bb b/recipes/openssl/openssl_1.0.0.bb index e29f856f45..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;apply=yes \ - file://shared-libs.patch;apply=yes \ - file://debian.patch;apply=yes \ - file://oe-ldflags.patch;apply=yes \ - file://libdeps-first.patch;apply=yes \ - file://engines-install-in-libdir-ssl.patch;apply=yes \ +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 = "" -- cgit 1.2.3-korg