diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 12:15:32 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 12:15:32 +0000 |
commit | eaf972b286b334de7e24cf399de92627f89f3175 (patch) | |
tree | 3f551e53c1e89e25c027bc9324eb6937ed4cc302 /prism54/prism54-firmware_1.0.4.3.oe | |
parent | a26d3c8de667748085908f234a61404892c345e4 (diff) |
More section fixes
BKrev: 416a79643LSGzR9xhW1Qat0-LoYx-g
Diffstat (limited to 'prism54/prism54-firmware_1.0.4.3.oe')
-rw-r--r-- | prism54/prism54-firmware_1.0.4.3.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/prism54/prism54-firmware_1.0.4.3.oe b/prism54/prism54-firmware_1.0.4.3.oe index e69de29bb2..24efe32fc0 100644 --- a/prism54/prism54-firmware_1.0.4.3.oe +++ b/prism54/prism54-firmware_1.0.4.3.oe @@ -0,0 +1,16 @@ +DESCRIPTION = "Firmware for the Prism54 driver" +SECTION = "base/network" +PRIORITY = "optional" +MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" +LICENSE = "unknown" + +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/ +} + +FILES_${PN} = "/usr/lib/hotplug/firmware/" |