summaryrefslogtreecommitdiff
path: root/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
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}"