aboutsummaryrefslogtreecommitdiffstats
path: root/prism54
diff options
context:
space:
mode:
authorBruno Randolf <br1@subnet.at>2004-10-19 10:38:53 +0000
committerBruno Randolf <br1@subnet.at>2004-10-19 10:38:53 +0000
commit4539655428e95ceee06f921faab59ef2537b9931 (patch)
treeb5de44ba36b4ff85b5db4a4917d29ceb7a85a105 /prism54
parentf4a22a26a03c8dd4067129df7b010d022c7a9b33 (diff)
downloadopenembedded-4539655428e95ceee06f921faab59ef2537b9931.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages 2004/10/19 12:35:10+02:00 (none)!br1 nylon and mtx-1 updates 2004/10/19 12:33:19+02:00 (none)!br1 prism54: fixed firmware path, updated dependencies 2004/10/19 12:31:39+02:00 (none)!br1 dnsmasq: add init script BKrev: 4174eebdzmnIpmOU7hQenuCUYspTYw
Diffstat (limited to 'prism54')
-rw-r--r--prism54/prism54-firmware_1.0.4.3.oe6
-rw-r--r--prism54/prism54-module_1.2.oe2
2 files changed, 4 insertions, 4 deletions
diff --git a/prism54/prism54-firmware_1.0.4.3.oe b/prism54/prism54-firmware_1.0.4.3.oe
index 03204d2420..ada7a59d3a 100644
--- a/prism54/prism54-firmware_1.0.4.3.oe
+++ b/prism54/prism54-firmware_1.0.4.3.oe
@@ -9,8 +9,8 @@ SRC_URI = "http://prism54.org/~mcgrof/firmware/${PV}.arm"
S = "${WORKDIR}/prism54.org"
do_install() {
- install -d ${D}/usr/lib/hotplug/firmware/
- install -m 0644 ${PV}.arm ${D}/usr/lib/hotplug/firmware/
+ install -d ${D}/lib/firmware/
+ install -m 0644 ${PV}.arm ${D}/lib/firmware/isl3890
}
-FILES_${PN} = "/usr/lib/hotplug/firmware/"
+FILES_${PN} = "/lib/firmware/"
diff --git a/prism54/prism54-module_1.2.oe b/prism54/prism54-module_1.2.oe
index 4b998dd435..a4d93931b0 100644
--- a/prism54/prism54-module_1.2.oe
+++ b/prism54/prism54-module_1.2.oe
@@ -3,7 +3,7 @@ SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
LICENSE = "GPL"
-RDEPENDS = "kernel (${KERNEL_VERSION}) kernel-module-firmware-class prism54-firmware"
+RDEPENDS = "kernel (${KERNEL_VERSION}) kernel-module-firmware-class prism54-firmware hotplug"
DEPENDS = "virtual/kernel"
SRC_URI = "http://prism54.org/pub/linux/testing/tars/2004-06/prism54-1.2.tar.bz2"