aboutsummaryrefslogtreecommitdiffstats
path: root/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
diff options
context:
space:
mode:
Diffstat (limited to 'sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe')
-rw-r--r--sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe31
1 files changed, 0 insertions, 31 deletions
diff --git a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
deleted file mode 100644
index 66bb84ac78..0000000000
--- a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot 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 = "r7"
-
-SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix.tar.bz2 \
- file://sd \
- file://sdmgr \
- file://sdcontrol"
-S = "${WORKDIR}"
-
-inherit update-rc.d
-
-INITSCRIPT_NAME = "sd"
-INITSCRIPT_PARAMS = "start 39 S . stop 96 0 1 6 ."
-
-do_install() {
- install -d ${D}/etc/init.d ${D}/sbin
- install -d ${D}/lib/modules/${PV}/kernel/drivers/block/
- install -m 0755 ${WORKDIR}/sdmgr ${D}/sbin/
- install -m 0755 ${WORKDIR}/sdcontrol ${D}/${sysconfdir}
- install -m 0755 ${WORKDIR}/sd ${D}/etc/init.d/
- install -m 0644 ${MACHINE}/sharp_mmcsd_m.o ${D}/lib/modules/${PV}/kernel/drivers/block/
-}
-
-FILES_${PN} = "/"
-
-PACKAGE_ARCH := "${MACHINE_ARCH}"