From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/at91bootstrap/at91bootstrap_2.11.bb | 2 +- recipes/at91bootstrap/at91bootstrap_2.4.bb | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/at91bootstrap') diff --git a/recipes/at91bootstrap/at91bootstrap_2.11.bb b/recipes/at91bootstrap/at91bootstrap_2.11.bb index 3be54d4598..d0a5a440ae 100644 --- a/recipes/at91bootstrap/at91bootstrap_2.11.bb +++ b/recipes/at91bootstrap/at91bootstrap_2.11.bb @@ -3,7 +3,7 @@ PR = "r0" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_afeb9260 = "1" DEFAULT_PREFERENCE_afeb9260-180 = "1" -SRC_URI += "file://0001-AFEB9260-support-thumb-support.patch;patch=1" +SRC_URI += "file://0001-AFEB9260-support-thumb-support.patch;apply=yes" SRC_URI[md5sum] = "8962bd639d189e1d3328b6c056d96099" diff --git a/recipes/at91bootstrap/at91bootstrap_2.4.bb b/recipes/at91bootstrap/at91bootstrap_2.4.bb index 3d2831a8b4..ba603774fb 100644 --- a/recipes/at91bootstrap/at91bootstrap_2.4.bb +++ b/recipes/at91bootstrap/at91bootstrap_2.4.bb @@ -1,10 +1,10 @@ require at91bootstrap.inc SRC_URI = "ftp://www.at91.com/pub/buildroot/${PN}-${PV}.tar.bz2 \ " -SRC_URI_append_afeb9260 = " file://0001-Generic-code-changes.patch;patch=1 \ - file://0002-Making-image-directly-flashable.patch;patch=1 \ - file://0003-AFEB9260-board-support.patch;patch=1 \ - file://0004-AFEB9260-133-board-support.patch;patch=1" +SRC_URI_append_afeb9260 = " file://0001-Generic-code-changes.patch;apply=yes \ + file://0002-Making-image-directly-flashable.patch;apply=yes \ + file://0003-AFEB9260-board-support.patch;apply=yes \ + file://0004-AFEB9260-133-board-support.patch;apply=yes" PR = "r5" -- cgit 1.2.3-korg