summaryrefslogtreecommitdiff
path: root/meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-16 11:07:51 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-16 11:07:51 +0000
commit322393c27f305b41f1911e64158676a9468de828 (patch)
treecfd7b0cb643f5af495e87c639dcbd08668d4430f /meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch
parent5b286d94930d59a2946acd96811c420783c64685 (diff)
downloadopenembedded-core-322393c27f305b41f1911e64158676a9468de828.tar.gz
openembedded-core-322393c27f305b41f1911e64158676a9468de828.tar.bz2
openembedded-core-322393c27f305b41f1911e64158676a9468de828.tar.xz
openembedded-core-322393c27f305b41f1911e64158676a9468de828.zip
linux-hotplug: Drop, we don't support 2.4 kernels
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4670 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch')
-rw-r--r--meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch b/meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch
deleted file mode 100644
index 161671f2e..000000000
--- a/meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: hotplug-2004_09_20/Makefile
-===================================================================
---- hotplug-2004_09_20.orig/Makefile 2006-11-29 17:01:16.000000000 +0100
-+++ hotplug-2004_09_20/Makefile 2006-11-29 17:04:39.000000000 +0100
-@@ -86,10 +86,10 @@
- ${INSTALL_SCRIPT} -D sbin/hotplug $(sbindir)/hotplug
- $(INSTALL) -d $(etcdir)/hotplug/{usb,pci}
- $(INSTALL) -D etc/hotplug.d/default/default.hotplug $(etcdir)/hotplug.d/default/default.hotplug
-- for F in etc/hotplug/{*.{agent,rc},hotplug.functions} ; do \
-+ for F in etc/hotplug/*.agent etc/hotplug/*.rc etc/hotplug/hotplug.functions ; do \
- ${INSTALL_SCRIPT} $$F $(etcdir)/hotplug ; \
- done
-- for F in etc/hotplug/{blacklist,usb.{user,hand,dist}map} ; do \
-+ for F in etc/hotplug/blacklist etc/hotplug/usb.*map ; do \
- ${INSTALL_DATA} $$F $(etcdir)/hotplug ; \
- done
- ${INSTALL_SCRIPT} -D etc/rc.d/init.d/hotplug $(etcdir)/init.d/hotplug