summaryrefslogtreecommitdiffstats
path: root/recipes/maradns
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/maradns
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
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/maradns')
-rw-r--r--recipes/maradns/maradns_1.0.39.bb2
-rw-r--r--recipes/maradns/maradns_1.4.03.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/maradns/maradns_1.0.39.bb b/recipes/maradns/maradns_1.0.39.bb
index eebba4669e..19957c62ae 100644
--- a/recipes/maradns/maradns_1.0.39.bb
+++ b/recipes/maradns/maradns_1.0.39.bb
@@ -5,7 +5,7 @@ LICENSE = "PD"
SRC_URI = "http://www.maradns.org/download/1.0/maradns-${PV}.tar.bz2 \
file://init \
- file://rng-makefile-build-cc.patch;apply=yes;striplevel=0"
+ file://rng-makefile-build-cc.patch;striplevel=0"
do_install() {
install -d ${D}${bindir}
diff --git a/recipes/maradns/maradns_1.4.03.bb b/recipes/maradns/maradns_1.4.03.bb
index f12ceefc0c..fb59151e80 100644
--- a/recipes/maradns/maradns_1.4.03.bb
+++ b/recipes/maradns/maradns_1.4.03.bb
@@ -5,8 +5,8 @@ LICENSE = "PD"
SRC_URI = "http://www.maradns.org/download/1.4/${PV}/maradns-${PV}.tar.bz2;name=src \
file://init \
- file://rng-makefile-build-cc.patch;apply=yes;striplevel=0 \
- file://compile-1.4.0.3.patch;apply=yes "
+ file://rng-makefile-build-cc.patch;striplevel=0 \
+ file://compile-1.4.0.3.patch "
SRC_URI[src.md5sum] = "071b3a3df07e18855a7edf9a6281641a"
SRC_URI[src.sha256sum] = "a611b6ac0f3abee62c227b128c1773be4a2a41de75a37ca123d684db33793b23"