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/htb-init/htb-init_0.8.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/htb-init/htb-init_0.8.5.bb') diff --git a/recipes/htb-init/htb-init_0.8.5.bb b/recipes/htb-init/htb-init_0.8.5.bb index e80be26cbe..2ef889b230 100644 --- a/recipes/htb-init/htb-init_0.8.5.bb +++ b/recipes/htb-init/htb-init_0.8.5.bb @@ -4,8 +4,8 @@ LICENSE = "GPL" PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/htbinit/htb.init-v${PV} \ - file://htb.init+ingress+predef+verbose.diff;apply=yes;striplevel=0 \ - file://htb-basic-verbose.diff;apply=yes;striplevel=0" + file://htb.init+ingress+predef+verbose.diff;striplevel=0 \ + file://htb-basic-verbose.diff;striplevel=0" RRECOMMENDS = "kernel-module-sch-ingress kernel-module-cls-route kernel-module-cls-u32 kernel-module-cls-fw kernel-module-sch-sfq kernel-module-sch-htb" RDEPENDS = "iproute2" -- cgit v1.2.3