diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/linux-hotplug/linux-hotplug-20040920/dash.patch | 17 | ||||
-rw-r--r-- | meta/packages/linux-hotplug/linux-hotplug_20040920.bb | 5 |
2 files changed, 20 insertions, 2 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 | ||
diff --git a/meta/packages/linux-hotplug/linux-hotplug_20040920.bb b/meta/packages/linux-hotplug/linux-hotplug_20040920.bb index c6bcbb66e6..6209504c20 100644 --- a/meta/packages/linux-hotplug/linux-hotplug_20040920.bb +++ b/meta/packages/linux-hotplug/linux-hotplug_20040920.bb | |||
@@ -8,9 +8,10 @@ RCONFLICTS_${PN} = "hotplug" | |||
8 | RREPLACES_${PN} = "hotplug" | 8 | RREPLACES_${PN} = "hotplug" |
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | RSUGGESTS = "pciutils usbutils" | 10 | RSUGGESTS = "pciutils usbutils" |
11 | PR = "r8" | 11 | PR = "r9" |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \ | 13 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \ |
14 | file://dash.patch;patch=1 \ | ||
14 | file://userspecified_hcd.patch;patch=1 \ | 15 | file://userspecified_hcd.patch;patch=1 \ |
15 | file://hotplug-net-agent-usb.patch;patch=1 \ | 16 | file://hotplug-net-agent-usb.patch;patch=1 \ |
16 | file://usbrc-busybox.patch;patch=1 \ | 17 | file://usbrc-busybox.patch;patch=1 \ |