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/apex/apex-env_1.5.14.bb | 2 +- recipes/apex/apex-env_1.5.8.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/apex') diff --git a/recipes/apex/apex-env_1.5.14.bb b/recipes/apex/apex-env_1.5.14.bb index 1d10d43336..ddd28f3c59 100644 --- a/recipes/apex/apex-env_1.5.14.bb +++ b/recipes/apex/apex-env_1.5.14.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "ftp://ftp.buici.com/pub/apex/apex-${PV}.tar.gz \ - file://find-apex-partition.patch;apply=yes \ + file://find-apex-partition.patch \ " S = ${WORKDIR}/apex-${PV}/usr diff --git a/recipes/apex/apex-env_1.5.8.bb b/recipes/apex/apex-env_1.5.8.bb index 40e6deeb68..b61902639c 100644 --- a/recipes/apex/apex-env_1.5.8.bb +++ b/recipes/apex/apex-env_1.5.8.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "ftp://ftp.buici.com/pub/apex/apex-${PV}.tar.gz \ - file://find-apex-partition.patch;apply=yes \ + file://find-apex-partition.patch \ " S = ${WORKDIR}/apex-${PV}/usr -- cgit 1.2.3-korg