diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 12:23:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 12:23:22 +0000 |
commit | f10df9a7a4cd63f57162332d46045ca1cf921a13 (patch) | |
tree | fb33249d28ca1e463ab30905ffd9edd9ec3d5f97 /meta/packages/linux-hotplug/linux-hotplug-20040920 | |
parent | 1bdfb7b626be9db29987eda26f505af5f2e3e433 (diff) | |
download | poky-f10df9a7a4cd63f57162332d46045ca1cf921a13.tar.gz |
linux-hotplug: fix bashisms (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3003 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux-hotplug/linux-hotplug-20040920')
-rw-r--r-- | meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch b/meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch new file mode 100644 index 0000000000..161671f2e2 --- /dev/null +++ b/meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | Index: hotplug-2004_09_20/Makefile | ||
2 | =================================================================== | ||
3 | --- hotplug-2004_09_20.orig/Makefile 2006-11-29 17:01:16.000000000 +0100 | ||
4 | +++ hotplug-2004_09_20/Makefile 2006-11-29 17:04:39.000000000 +0100 | ||
5 | @@ -86,10 +86,10 @@ | ||
6 | ${INSTALL_SCRIPT} -D sbin/hotplug $(sbindir)/hotplug | ||
7 | $(INSTALL) -d $(etcdir)/hotplug/{usb,pci} | ||
8 | $(INSTALL) -D etc/hotplug.d/default/default.hotplug $(etcdir)/hotplug.d/default/default.hotplug | ||
9 | - for F in etc/hotplug/{*.{agent,rc},hotplug.functions} ; do \ | ||
10 | + for F in etc/hotplug/*.agent etc/hotplug/*.rc etc/hotplug/hotplug.functions ; do \ | ||
11 | ${INSTALL_SCRIPT} $$F $(etcdir)/hotplug ; \ | ||
12 | done | ||
13 | - for F in etc/hotplug/{blacklist,usb.{user,hand,dist}map} ; do \ | ||
14 | + for F in etc/hotplug/blacklist etc/hotplug/usb.*map ; do \ | ||
15 | ${INSTALL_DATA} $$F $(etcdir)/hotplug ; \ | ||
16 | done | ||
17 | ${INSTALL_SCRIPT} -D etc/rc.d/init.d/hotplug $(etcdir)/init.d/hotplug | ||