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/hdparm/hdparm_6.3.bb | 4 ++-- recipes/hdparm/hdparm_6.6.bb | 4 ++-- recipes/hdparm/hdparm_6.9.bb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/hdparm') diff --git a/recipes/hdparm/hdparm_6.3.bb b/recipes/hdparm/hdparm_6.3.bb index cee4dfb762..b6d3de662d 100644 --- a/recipes/hdparm/hdparm_6.3.bb +++ b/recipes/hdparm/hdparm_6.3.bb @@ -5,8 +5,8 @@ PRIORITY = "optional" LICENSE = "BSD" SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \ - file://bswap.patch;apply=yes \ - file://uclibc.patch;apply=yes" + file://bswap.patch \ + file://uclibc.patch" do_install () { install -d ${D}/${sbindir} ${D}/${mandir}/man8 diff --git a/recipes/hdparm/hdparm_6.6.bb b/recipes/hdparm/hdparm_6.6.bb index 281a06cdbf..8cc9294e00 100644 --- a/recipes/hdparm/hdparm_6.6.bb +++ b/recipes/hdparm/hdparm_6.6.bb @@ -5,8 +5,8 @@ PRIORITY = "optional" LICENSE = "BSD" SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \ - file://bswap.patch;apply=yes \ - file://uclibc.patch;apply=yes" + file://bswap.patch \ + file://uclibc.patch" do_install () { install -d ${D}/${sbindir} ${D}/${mandir}/man8 diff --git a/recipes/hdparm/hdparm_6.9.bb b/recipes/hdparm/hdparm_6.9.bb index cf8a8ecf11..8bf7e1a661 100644 --- a/recipes/hdparm/hdparm_6.9.bb +++ b/recipes/hdparm/hdparm_6.9.bb @@ -7,8 +7,8 @@ LICENSE = "BSD" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \ - file://bswap.patch;apply=yes \ - file://uclibc.patch;apply=yes" + file://bswap.patch \ + file://uclibc.patch" do_install () { install -d ${D}/${base_sbindir} ${D}/${mandir}/man8 -- cgit 1.2.3-korg