aboutsummaryrefslogtreecommitdiffstats
path: root/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
diff options
context:
space:
mode:
Diffstat (limited to 'sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe')
-rw-r--r--sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe26
1 files changed, 0 insertions, 26 deletions
diff --git a/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe b/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
deleted file mode 100644
index fd31c3b732..0000000000
--- a/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "Driver for the SHARP CG-AG06 digital compact flash camera for linux ${PV}"
-SECTION = "kernel/modules"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "CLOSED"
-RDEPENDS = "kernel (2.4.18-rmk7-pxa3-embedix)"
-PR = "r3"
-
-SRC_URI = "http://www.openzaurus.org/mirror/camera-modules-2.4.18-rmk7-pxa3-embedix.tar.bz2 \
- file://CE-AG06.dat \
- file://sharpzdc \
- file://sharpzdc.conf"
-S = "${WORKDIR}"
-
-do_install() {
- install -d ${D}/etc/pcmcia/cis
- install -d ${D}/lib/modules/2.4.18-rmk7-pxa3-embedix/pcmcia
- install -m 0644 ${WORKDIR}/CE-AG06.dat ${D}/etc/pcmcia/cis/
- install -m 0644 ${WORKDIR}/sharpzdc.conf ${D}/etc/pcmcia/
- install -m 0755 ${WORKDIR}/sharpzdc ${D}/etc/pcmcia/
- install -m 0644 ${MACHINE}/sharpzdc_cs.o ${D}/lib/modules/2.4.18-rmk7-pxa3-embedix/pcmcia/
-}
-
-FILES_${PN} = "/"
-
-PACKAGE_ARCH := "${MACHINE_ARCH}"