diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/elfutils | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
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 <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/elfutils')
-rw-r--r-- | recipes/elfutils/elfutils_0.127.bb | 2 | ||||
-rw-r--r-- | recipes/elfutils/elfutils_0.131.bb | 2 | ||||
-rw-r--r-- | recipes/elfutils/elfutils_0.143.bb | 2 | ||||
-rw-r--r-- | recipes/elfutils/elfutils_0.89.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/elfutils/elfutils_0.127.bb b/recipes/elfutils/elfutils_0.127.bb index 2073e8b4b4..59588b1a52 100644 --- a/recipes/elfutils/elfutils_0.127.bb +++ b/recipes/elfutils/elfutils_0.127.bb @@ -4,7 +4,7 @@ LICENSE = "OSL" DEPENDS = "libtool" SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ - file://warnings.patch;apply=yes" + file://warnings.patch" inherit autotools diff --git a/recipes/elfutils/elfutils_0.131.bb b/recipes/elfutils/elfutils_0.131.bb index 9dc76872c1..c250c9fbda 100644 --- a/recipes/elfutils/elfutils_0.131.bb +++ b/recipes/elfutils/elfutils_0.131.bb @@ -4,7 +4,7 @@ LICENSE = "OSL" DEPENDS = "libtool" SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ - file://warnings.patch;apply=yes" + file://warnings.patch" inherit autotools diff --git a/recipes/elfutils/elfutils_0.143.bb b/recipes/elfutils/elfutils_0.143.bb index 6bab414b8f..24cf074e3e 100644 --- a/recipes/elfutils/elfutils_0.143.bb +++ b/recipes/elfutils/elfutils_0.143.bb @@ -7,7 +7,7 @@ PR = "r1" inherit autotools SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2;name=archive \ - http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.143-1.diff.gz;apply=yes;name=patch \ + http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.143-1.diff.gz;name=patch \ file://i386_dis.h \ file://x86_64_dis.h \ " diff --git a/recipes/elfutils/elfutils_0.89.bb b/recipes/elfutils/elfutils_0.89.bb index 5ed80b4739..a6f56a6338 100644 --- a/recipes/elfutils/elfutils_0.89.bb +++ b/recipes/elfutils/elfutils_0.89.bb @@ -4,7 +4,7 @@ DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." DEPENDS = "libtool" SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ - file://warnings.patch;apply=yes" + file://warnings.patch" SRC_URI[md5sum] = "a690778e93e4b04eb531c6a3ef0ad23a" SRC_URI[sha256sum] = "a87a193cb0f63267573611c7adba0dab033f34cb760b2b1009ee3ca9fddb5a09" |