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/device-mapper/device-mapper_1.01.04.bb | 2 +- recipes/device-mapper/device-mapper_1.01.05.bb | 4 ++-- recipes/device-mapper/device-mapper_1.02.28.bb | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/device-mapper') diff --git a/recipes/device-mapper/device-mapper_1.01.04.bb b/recipes/device-mapper/device-mapper_1.01.04.bb index 326ba515a1..e761d4813f 100644 --- a/recipes/device-mapper/device-mapper_1.01.04.bb +++ b/recipes/device-mapper/device-mapper_1.01.04.bb @@ -8,7 +8,7 @@ PR = "r2" S = "${WORKDIR}/${PN}.${PV}" SRC_URI = "ftp://sources.redhat.com/pub/dm/device-mapper.${PV}.tgz \ - file://devmap-mknod-busybox.patch;apply=yes" + file://devmap-mknod-busybox.patch" inherit autotools update-rc.d diff --git a/recipes/device-mapper/device-mapper_1.01.05.bb b/recipes/device-mapper/device-mapper_1.01.05.bb index 130ecf571a..ad9bf79f18 100644 --- a/recipes/device-mapper/device-mapper_1.01.05.bb +++ b/recipes/device-mapper/device-mapper_1.01.05.bb @@ -8,8 +8,8 @@ PR = "r4" S = "${WORKDIR}/${PN}.${PV}" SRC_URI = "ftp://sources.redhat.com/pub/dm/device-mapper.${PV}.tgz \ - file://devmap-mknod-busybox.patch;apply=yes \ - file://remove_insanity.patch;apply=yes " + file://devmap-mknod-busybox.patch \ + file://remove_insanity.patch " inherit autotools update-rc.d diff --git a/recipes/device-mapper/device-mapper_1.02.28.bb b/recipes/device-mapper/device-mapper_1.02.28.bb index 7f30d7b7fd..bd0cbb98ab 100644 --- a/recipes/device-mapper/device-mapper_1.02.28.bb +++ b/recipes/device-mapper/device-mapper_1.02.28.bb @@ -7,8 +7,8 @@ LICENSE = "GPL" S = "${WORKDIR}/${PN}.${PV}" SRC_URI = "ftp://sources.redhat.com/pub/dm/device-mapper.${PV}.tgz \ - file://devmap-mknod-busybox.patch;apply=yes \ - file://remove_insanity.patch;apply=yes " + file://devmap-mknod-busybox.patch \ + file://remove_insanity.patch " inherit autotools_stage update-rc.d AUTOTOOLS_STAGE_PKGCONFIG = "1" -- cgit 1.2.3-korg