aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-hotplug
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/linux-hotplug
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/linux-hotplug')
-rw-r--r--recipes/linux-hotplug/linux-hotplug_20040329.bb2
-rw-r--r--recipes/linux-hotplug/linux-hotplug_20040920.bb14
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes/linux-hotplug/linux-hotplug_20040329.bb b/recipes/linux-hotplug/linux-hotplug_20040329.bb
index e2e9c70152..c857a54604 100644
--- a/recipes/linux-hotplug/linux-hotplug_20040329.bb
+++ b/recipes/linux-hotplug/linux-hotplug_20040329.bb
@@ -9,7 +9,7 @@ RREPLACES_${PN} = "hotplug"
PR = "r1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz \
- file://busybox.patch;apply=yes \
+ file://busybox.patch \
file://fix-net.agent \
file://update-usb.usermap \
file://logcheck-ignore \
diff --git a/recipes/linux-hotplug/linux-hotplug_20040920.bb b/recipes/linux-hotplug/linux-hotplug_20040920.bb
index 337d255868..15338e6fa8 100644
--- a/recipes/linux-hotplug/linux-hotplug_20040920.bb
+++ b/recipes/linux-hotplug/linux-hotplug_20040920.bb
@@ -11,10 +11,10 @@ RSUGGESTS = "pciutils usbutils"
PR = "r9"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
- file://dash.patch;apply=yes \
- file://userspecified_hcd.patch;apply=yes \
- file://hotplug-net-agent-usb.patch;apply=yes \
- file://usbrc-busybox.patch;apply=yes \
+ file://dash.patch \
+ file://userspecified_hcd.patch \
+ file://hotplug-net-agent-usb.patch \
+ file://usbrc-busybox.patch \
file://fix-net.agent \
file://update-usb.usermap \
file://logcheck-ignore \
@@ -25,12 +25,12 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20
file://usbd \
file://sysconfig-hotplug \
file://sysconfig-usb \
- file://isapnp-exit.diff;apply=yes \
+ file://isapnp-exit.diff \
file://usb-storage \
file://soc.agent \
- file://hotplug-binary-path.patch;apply=yes"
+ file://hotplug-binary-path.patch"
-SRC_URI_append_openzaurus = " file://quiet-pci.patch;apply=yes"
+SRC_URI_append_openzaurus = " file://quiet-pci.patch"
S = "${WORKDIR}/hotplug-2004_09_20"